[Groonga-commit] groonga/groonga at 4869e89 [master] remove needless `; `.

Back to archive index

HorimotoYasuhiro null+****@clear*****
Tue Jun 6 10:13:36 JST 2017


HorimotoYasuhiro	2017-06-06 10:13:36 +0900 (Tue, 06 Jun 2017)

  New Revision: 4869e89b0c1e662b55653012f42cd36ec8550a59
  https://github.com/groonga/groonga/commit/4869e89b0c1e662b55653012f42cd36ec8550a59

  Merged 7e0a3c6: Merge pull request #704 from komainu8/feature/fix_a_typo

  Message:
    remove needless `;`.

  Modified files:
    lib/expr.c

  Modified: lib/expr.c (+1 -1)
===================================================================
--- lib/expr.c    2017-06-05 17:51:40 +0900 (c4bb6cd)
+++ lib/expr.c    2017-06-06 10:13:36 +0900 (98039fa)
@@ -1452,7 +1452,7 @@ grn_proc_call(grn_ctx *ctx, grn_obj *proc, int nargs, grn_obj *caller)
   pctx.user_data.ptr = NULL;
   if (p->funcs[PROC_INIT]) {
     grn_obj *sub_obj;
-    sub_obj = p->funcs[PROC_INIT](ctx, nargs, args, &pctx.user_data);;
+    sub_obj = p->funcs[PROC_INIT](ctx, nargs, args, &pctx.user_data);
     if (sub_obj) {
       obj = sub_obj;
     }
-------------- next part --------------
HTML����������������������������...
Download 



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