Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
01768686
Commit
01768686
authored
Nov 10, 2010
by
Michael Albinus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix syntax error in previous commit.
parent
3106121c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/dbusbind.c
src/dbusbind.c
+1
-1
No files found.
src/dbusbind.c
View file @
01768686
...
...
@@ -163,7 +163,7 @@ int xd_in_read_queued_messages = 0;
|| (type == DBUS_TYPE_DOUBLE) \
|| (type == DBUS_TYPE_STRING) \
|| (type == DBUS_TYPE_OBJECT_PATH) \
|| (type == DBUS_TYPE_SIGNATURE \
|| (type == DBUS_TYPE_SIGNATURE
)
\
|| (type == DBUS_TYPE_UNIX_FD))
#else
#define XD_BASIC_DBUS_TYPE(type) \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment