[Groonga-commit] groonga/groonga [master] Add missing break

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Feb 13 23:44:25 JST 2013


Kouhei Sutou	2013-02-13 23:44:25 +0900 (Wed, 13 Feb 2013)

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

  Log:
    Add missing break

  Modified files:
    lib/db.c

  Modified: lib/db.c (+1 -0)
===================================================================
--- lib/db.c    2013-02-13 23:43:09 +0900 (ef129c0)
+++ lib/db.c    2013-02-13 23:44:25 +0900 (428468e)
@@ -4304,6 +4304,7 @@ grn_obj_cast_bool(grn_ctx *ctx, grn_obj *src, grn_obj *dest, grn_bool addp)
     break;\
   default :\
     SRC2RECORD();\
+    break;\
   }
 
 #define TEXT2DEST(type,tonum,setvalue) do {\
-------------- next part --------------
HTML����������������������������...
Download 



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