Navigation Menu

Skip to content

Commit

Permalink
add a missing space after ",".
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jul 11, 2011
1 parent 42a5ea6 commit 6d3cde9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ha_mroonga.cc
Expand Up @@ -722,8 +722,8 @@ static int mrn_init(void *p)
grn_ctx_use(ctx, mrn_db);

// init hash
if (!(mrn_hash = grn_hash_create(ctx,NULL,
MRN_MAX_KEY_SIZE,sizeof(size_t),
if (!(mrn_hash = grn_hash_create(ctx, NULL,
MRN_MAX_KEY_SIZE, sizeof(size_t),
GRN_OBJ_KEY_VAR_SIZE))) {
GRN_LOG(ctx, GRN_LOG_ERROR, "cannot init hash, exiting");
goto err;
Expand Down

0 comments on commit 6d3cde9

Please sign in to comment.