Kouhei Sutou
null+****@clear*****
Fri Jun 12 15:11:33 JST 2015
Kouhei Sutou 2015-06-12 15:11:33 +0900 (Fri, 12 Jun 2015) New Revision: da50d2d464197225b53b3bfa69ef3157ea6c8ff7 https://github.com/groonga/groonga/commit/da50d2d464197225b53b3bfa69ef3157ea6c8ff7 Message: Add a missing "break" It's needless but added for consistency. Modified files: lib/db.c Modified: lib/db.c (+1 -0) =================================================================== --- lib/db.c 2015-06-12 09:44:15 +0900 (5eb2042) +++ lib/db.c 2015-06-12 15:11:33 +0900 (8416060) @@ -9681,6 +9681,7 @@ grn_obj_clear_lock(grn_ctx *ctx, grn_obj *obj) case GRN_TABLE_DAT_KEY: case GRN_TABLE_NO_KEY: grn_obj_clear_lock(ctx, tbl); + break; } } else { if (ctx->rc != GRN_SUCCESS) { -------------- next part -------------- HTML����������������������������...Download