[Groonga-commit] groonga/groonga [master] add a missing space.

Back to archive index

null+****@clear***** null+****@clear*****
2010年 6月 9日 (水) 09:53:47 JST


Kouhei Sutou	2010-06-09 00:53:47 +0000 (Wed, 09 Jun 2010)

  New Revision: 7d3cf4b1e3a52fcdb751e9586b46f649fee74d54

  Log:
    add a missing space.

  Modified files:
    lib/db.c

  Modified: lib/db.c (+1 -1)
===================================================================
--- lib/db.c    2010-06-09 00:50:35 +0000 (296aa40)
+++ lib/db.c    2010-06-09 00:53:47 +0000 (1244289)
@@ -6849,7 +6849,7 @@ grn_table_sort_key_from_str(grn_ctx *ctx, const char *str, unsigned str_size,
     *nkeys = k - keys;
   } else {
     GRN_FREE(keys);
-    *nkeys =0;
+    *nkeys = 0;
     keys = NULL;
   }
   return keys;




Groonga-commit メーリングリストの案内
Back to archive index