[Groonga-commit] groonga/groonga [master] Add missing void

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jan 10 11:33:20 JST 2013


Kouhei Sutou	2013-01-10 11:33:20 +0900 (Thu, 10 Jan 2013)

  New Revision: 3fba8d17ea2171bebdbd9430b73d0fe433ca49cf
  https://github.com/groonga/groonga/commit/3fba8d17ea2171bebdbd9430b73d0fe433ca49cf

  Log:
    Add missing void

  Modified files:
    include/groonga.h

  Modified: include/groonga.h (+1 -1)
===================================================================
--- include/groonga.h    2013-01-10 11:17:24 +0900 (2395eb4)
+++ include/groonga.h    2013-01-10 11:33:20 +0900 (7318f42)
@@ -2080,7 +2080,7 @@ GRN_API int grn_logger_pass(grn_ctx *ctx, grn_log_level level);
 #endif /* GRN_LOG_DEFAULT_LEVEL */
 
 GRN_API void grn_default_logger_set_max_level(grn_log_level level);
-GRN_API grn_log_level grn_default_logger_get_max_level();
+GRN_API grn_log_level grn_default_logger_get_max_level(void);
 
 #define GRN_LOG(ctx,level,...) do {\
   if (grn_logger_pass(ctx, level)) {\
-------------- next part --------------
HTML����������������������������...
다운로드 



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