[Groonga-commit] groonga/groonga [master] Add a missing semicolon.

アーカイブの一覧に戻る

null+****@clear***** null+****@clear*****
2012年 3月 27日 (火) 12:08:36 JST


Susumu Yata	2012-03-27 12:08:36 +0900 (Tue, 27 Mar 2012)

  New Revision: c29374871cc0277197daca60a4c3a8c5bbecd511

  Log:
    Add a missing semicolon.

  Modified files:
    test/unit/core/dat/test-dat.cpp

  Modified: test/unit/core/dat/test-dat.cpp (+1 -1)
===================================================================
--- test/unit/core/dat/test-dat.cpp    2012-03-27 12:02:07 +0900 (b19fcf1)
+++ test/unit/core/dat/test-dat.cpp    2012-03-27 12:08:36 +0900 (5e61c00)
@@ -36,7 +36,7 @@
 namespace
 {
   void enter_api(grn_ctx *ctx) {
-    GRN_API_ENTER
+    GRN_API_ENTER;
   }
 
   int leave_api(grn_ctx *ctx) {




Groonga-commit メーリングリストの案内
アーカイブの一覧に戻る