Navigation Menu

Skip to content

Commit

Permalink
Remove a needless trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 6, 2015
1 parent c9ca066 commit 1ba571a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/grn_ctx.h
Expand Up @@ -387,7 +387,7 @@ GRN_API void grn_ctx_impl_set_current_error_message(grn_ctx *ctx);
break;\
}\
if (show_errno) {\
ERR(rc, "syscall error '%s' (%s)[%d]", str, system_message, errno_keep); \
ERR(rc, "syscall error '%s' (%s)[%d]", str, system_message, errno_keep);\
} else {\
ERR(rc, "syscall error '%s' (%s)", str, system_message);\
}\
Expand Down

0 comments on commit 1ba571a

Please sign in to comment.