[Groonga-commit] groonga/groonga at 9adbd40 [master] Remove needless ;

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Apr 3 00:48:28 JST 2016


Kouhei Sutou	2016-04-03 00:48:28 +0900 (Sun, 03 Apr 2016)

  New Revision: 9adbd404157064008f504eda4a00fd7142a2c99d
  https://github.com/groonga/groonga/commit/9adbd404157064008f504eda4a00fd7142a2c99d

  Message:
    Remove needless ;

  Modified files:
    src/groonga.c

  Modified: src/groonga.c (+1 -1)
===================================================================
--- src/groonga.c    2016-04-03 00:04:56 +0900 (493dd02)
+++ src/groonga.c    2016-04-03 00:48:28 +0900 (d5c9033)
@@ -2179,7 +2179,7 @@ h_worker(void *arg)
     hc.is_chunked = GRN_FALSE;
     do_htreq(ctx, &hc);
     MUTEX_LOCK_ENSURE(ctx, q_mutex);
-  };
+  }
 exit :
   n_running_threads--;
   GRN_LOG(&grn_gctx, GRN_LOG_NOTICE, "thread end (%d/%d)",
-------------- next part --------------
HTML����������������������������...
Download 



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