[Groonga-commit] groonga/groonga [master] Add a missing break for default clause

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Mar 5 18:29:48 JST 2013


Kouhei Sutou	2013-03-05 18:29:48 +0900 (Tue, 05 Mar 2013)

  New Revision: 3044919a632217e458b7a0888e0fa27d88b8f70f
  https://github.com/groonga/groonga/commit/3044919a632217e458b7a0888e0fa27d88b8f70f

  Log:
    Add a missing break for default clause

  Modified files:
    lib/db.c

  Modified: lib/db.c (+1 -0)
===================================================================
--- lib/db.c    2013-03-05 17:18:38 +0900 (26ed87c)
+++ lib/db.c    2013-03-05 18:29:48 +0900 (bcd2de6)
@@ -237,6 +237,7 @@ grn_db_open(grn_ctx *ctx, const char *path)
         break;
       default :
         s->keys = NULL;
+        break;
       }
       if (s->keys) {
         char buffer[PATH_MAX];
-------------- next part --------------
HTML����������������������������...
Download 



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