Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
71f280f0
Commit
71f280f0
authored
Sep 30, 2011
by
Pieter Noordhuis
Browse files
Whitespace
parent
7d260dd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
parser.c
View file @
71f280f0
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
#define CALLBACK(X, ...) do { \
#define CALLBACK(X, ...) do { \
if (callbacks && callbacks->on_##X) { \
if (callbacks && callbacks->on_##X) { \
if (callbacks->on_##X(parser, __VA_ARGS__) != 0) { \
if (callbacks->on_##X(parser, __VA_ARGS__) != 0) { \
SET_ERRNO(CALLBACK); \
SET_ERRNO(CALLBACK);
\
goto error; \
goto error; \
} \
} \
} \
} \
...
...
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