[Groonga-commit] groonga/groonga at 392aa7d [master] Fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Fri May 17 23:12:01 JST 2013


Kouhei Sutou	2013-05-17 23:12:01 +0900 (Fri, 17 May 2013)

  New Revision: 392aa7d8be9fa1fdda6fb0d75970975840d60460
  https://github.com/groonga/groonga/commit/392aa7d8be9fa1fdda6fb0d75970975840d60460

  Message:
    Fix a typo

  Modified files:
    lib/proc.c

  Modified: lib/proc.c (+1 -1)
===================================================================
--- lib/proc.c    2013-05-17 15:37:10 +0900 (6fcfb38)
+++ lib/proc.c    2013-05-17 23:12:01 +0900 (b6ba712)
@@ -2780,7 +2780,7 @@ parse_normalize_flags(grn_ctx *ctx, grn_obj *flag_names)
     ERR(GRN_INVALID_ARGUMENT, "[normalize] invalid flag: <%.*s>",
         (int)(names_end - names), names);
     return 0;
-#undef CHECK_EXPR_FLAG
+#undef CHECK_FLAG
   }
 
   return flags;
-------------- next part --------------
HTML����������������������������...
Download 



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