Kaydet (Commit) 7533e58f authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Some loplugin:conststringvar/stringconstant improvements: sd

Change-Id: If44cce6e4c241f6a2203d73f6d191f270fb5ca5a
üst e838e360
...@@ -295,7 +295,7 @@ bluez4GetDefaultService( DBusConnection *pConnection ) ...@@ -295,7 +295,7 @@ bluez4GetDefaultService( DBusConnection *pConnection )
{ {
DBusMessage *pMsg; DBusMessage *pMsg;
DBusMessageIter it; DBusMessageIter it;
const gchar* pInterfaceType = "org.bluez.Service"; const gchar* const pInterfaceType = "org.bluez.Service";
// org.bluez.manager only exists for bluez 4. // org.bluez.manager only exists for bluez 4.
// getMethodCall should return NULL if there is any issue e.g. the // getMethodCall should return NULL if there is any issue e.g. the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment