Make gcc happy

This commit is contained in:
Yuxuan Shui
2018-08-22 15:26:08 +01:00
parent c37c6c41ed
commit 0d6b1627f2
4 changed files with 17 additions and 17 deletions

View File

@ -1127,7 +1127,7 @@ cdbus_process_opts_set_success:
*/
static bool
cdbus_process_introspect(session_t *ps, DBusMessage *msg) {
const static char *str_introspect =
static const char *str_introspect =
"<!DOCTYPE node PUBLIC \"-//freedesktop//DTD D-BUS Object Introspection 1.0//EN\"\n"
" \"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd\">\n"
"<node name='" CDBUS_OBJECT_NAME "'>\n"