Navigation Menu

Skip to content

Commit

Permalink
Remove a needless space
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 17, 2015
1 parent 67d907f commit 8170b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/io.c
Expand Up @@ -1418,7 +1418,7 @@ grn_open(grn_ctx *ctx, fileinfo *fi, const char *path, int flags)
// funlock
}
if (fi->fmo != NULL) {
if (GetLastError() != ERROR_ALREADY_EXISTS ) {
if (GetLastError() != ERROR_ALREADY_EXISTS) {
CRITICAL_SECTION_INIT(fi->cs);
return GRN_SUCCESS;
} else {
Expand Down

0 comments on commit 8170b24

Please sign in to comment.