Navigation Menu

Skip to content

Commit

Permalink
Add a missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 14, 2013
1 parent 8252a75 commit b8534f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/groonga_in.h
Expand Up @@ -362,7 +362,7 @@ typedef struct
(c).waiters_count_ = 0; \
(c).sema_ = CreateSemaphore(NULL, 0, 0x7fffffff, NULL); \
MUTEX_INIT((c).waiters_count_lock_); \
(c).waiters_done_ = CreateEvent(NULL, FALSE, FALSE, NULL);\
(c).waiters_done_ = CreateEvent(NULL, FALSE, FALSE, NULL); \
} while (0)

#define COND_SIGNAL(c) do { \
Expand Down

0 comments on commit b8534f2

Please sign in to comment.