[Groonga-commit] groonga/groonga at 25d3c6e [master] Add missing endif comment

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Jan 17 14:59:39 JST 2015


Kouhei Sutou	2015-01-17 14:59:39 +0900 (Sat, 17 Jan 2015)

  New Revision: 25d3c6ed1f9aaafe9bcd723ef9caafa69b7088a7
  https://github.com/groonga/groonga/commit/25d3c6ed1f9aaafe9bcd723ef9caafa69b7088a7

  Message:
    Add missing endif comment

  Modified files:
    lib/plugin.c

  Modified: lib/plugin.c (+1 -1)
===================================================================
--- lib/plugin.c    2015-01-16 21:42:15 +0900 (a6ba608)
+++ lib/plugin.c    2015-01-17 14:59:39 +0900 (816161c)
@@ -29,7 +29,7 @@
 
 #ifdef GRN_WITH_MRUBY
 # include <mruby.h>
-#endif
+#endif /* GRN_WITH_MRUBY */
 
 static grn_hash *grn_plugins = NULL;
 static grn_critical_section grn_plugins_lock;
-------------- next part --------------
HTML����������������������������...
Descargar 



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