[Groonga-commit] groonga/groonga at bd0ed2c [master] Add a missing space

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jun 24 22:29:42 JST 2015


Kouhei Sutou	2015-06-24 22:29:42 +0900 (Wed, 24 Jun 2015)

  New Revision: bd0ed2cedd858f493ccf9dd2a284ee4c9881289a
  https://github.com/groonga/groonga/commit/bd0ed2cedd858f493ccf9dd2a284ee4c9881289a

  Message:
    Add a missing space

  Modified files:
    lib/db.c

  Modified: lib/db.c (+1 -1)
===================================================================
--- lib/db.c    2015-06-24 22:24:20 +0900 (0a41824)
+++ lib/db.c    2015-06-24 22:29:42 +0900 (96bc4d7)
@@ -9758,7 +9758,7 @@ grn_obj_flush_recursive(grn_ctx *ctx, grn_obj *obj)
 
   GRN_API_ENTER;
   switch (obj->header.type) {
-  case GRN_DB:
+  case GRN_DB :
     {
       grn_table_cursor *cursor;
       grn_id id;
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index