null+****@clear*****
null+****@clear*****
2011年 7月 11日 (月) 16:47:07 JST
Kouhei Sutou 2011-07-11 07:47:07 +0000 (Mon, 11 Jul 2011)
New Revision: 6d3cde94a3862d8a8fb34e33ce6edaa46c89ebe9
Log:
add a missing space after ",".
Modified files:
ha_mroonga.cc
Modified: ha_mroonga.cc (+2 -2)
===================================================================
--- ha_mroonga.cc 2011-07-11 07:45:06 +0000 (b5483aa)
+++ ha_mroonga.cc 2011-07-11 07:47:07 +0000 (7fc0d42)
@@ -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;