projects
/
platform
/
upstream
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74ee111
)
Remove wrong comma from D-Bus error message helper
author
Marcel Holtmann
<marcel@holtmann.org>
Thu, 19 Aug 2010 17:38:01 +0000
(19:38 +0200)
committer
Marcel Holtmann
<marcel@holtmann.org>
Thu, 19 Aug 2010 17:38:01 +0000
(19:38 +0200)
src/error.c
patch
|
blob
|
history
diff --git
a/src/error.c
b/src/error.c
index 52761a4a0c0f5f16a9cc2b086675f84ce26a6c7c..e80d03480bd5d20d78d262819139a9eb8124af0c 100644
(file)
--- a/
src/error.c
+++ b/
src/error.c
@@
-180,6
+180,6
@@
DBusMessage *__connman_error_invalid_service(DBusMessage *msg)
DBusMessage *__connman_error_invalid_property(DBusMessage *msg)
{
- return g_dbus_create_error(msg, CONNMAN_ERROR_INTERFACE
,
+ return g_dbus_create_error(msg, CONNMAN_ERROR_INTERFACE
".InvalidProperty", "Invalid property");
}