[Groonga-commit] groonga/groonga at cfe0062 [master] mrb: add a missing break

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Apr 7 15:42:19 JST 2016


Kouhei Sutou	2016-04-07 15:42:19 +0900 (Thu, 07 Apr 2016)

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

  Message:
    mrb: add a missing break

  Modified files:
    lib/mrb/mrb_bulk.c

  Modified: lib/mrb/mrb_bulk.c (+1 -0)
===================================================================
--- lib/mrb/mrb_bulk.c    2016-04-07 15:40:37 +0900 (c4e7111)
+++ lib/mrb/mrb_bulk.c    2016-04-07 15:42:19 +0900 (c6b672b)
@@ -103,6 +103,7 @@ grn_mrb_value_from_bulk(mrb_state *mrb, grn_obj *bulk)
       value = GRN_BOOL_VALUE(bulk);
       mrb_value_ = mrb_bool_value(value);
     }
+    break;
   case GRN_DB_INT32 :
     {
       int32_t value;
-------------- next part --------------
HTML����������������������������...
Download 



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