null+****@clear*****
null+****@clear*****
2010年 6月 16日 (水) 16:01:22 JST
Daijiro MORI 2010-06-16 07:01:22 +0000 (Wed, 16 Jun 2010)
New Revision: 310e6020e06ba7dd3e4b9d2c6f86833163c0ecd0
Log:
Removed a space between functiona name and open parenthesis.
Modified files:
lib/module.c
Modified: lib/module.c (+1 -1)
===================================================================
--- lib/module.c 2010-06-16 04:52:30 +0000 (925155e)
+++ lib/module.c 2010-06-16 07:01:22 +0000 (805a118)
@@ -220,7 +220,7 @@ grn_module_register (grn_ctx *ctx, grn_id id)
}
grn_rc
-grn_module_fin (grn_ctx *ctx, grn_id id)
+grn_module_fin(grn_ctx *ctx, grn_id id)
{
grn_module *module;
if (!grn_hash_get_value(ctx, grn_modules, id, &module)) {