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

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Feb 13 23:43:09 JST 2013


Kouhei Sutou	2013-02-13 23:43:09 +0900 (Wed, 13 Feb 2013)

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

  Log:
    Add missing break

  Modified files:
    lib/db.c

  Modified: lib/db.c (+1 -0)
===================================================================
--- lib/db.c    2013-02-13 23:42:44 +0900 (71dfddd)
+++ lib/db.c    2013-02-13 23:43:09 +0900 (ef129c0)
@@ -4253,6 +4253,7 @@ grn_obj_cast_bool(grn_ctx *ctx, grn_obj *src, grn_obj *dest, grn_bool addp)
     break;
   default :
     SRC2RECORD();
+    break;
   }
   return rc;
 }
-------------- next part --------------
HTML����������������������������...
Download 



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