[Groonga-commit] groonga/groonga at fd2076d [master] Add missing const

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Aug 17 23:45:06 JST 2015


Kouhei Sutou	2015-08-17 23:45:06 +0900 (Mon, 17 Aug 2015)

  New Revision: fd2076deaed57edf82d48d87d1aa0843cc5b5ab2
  https://github.com/groonga/groonga/commit/fd2076deaed57edf82d48d87d1aa0843cc5b5ab2

  Message:
    Add missing const

  Modified files:
    src/groonga.c

  Modified: src/groonga.c (+1 -1)
===================================================================
--- src/groonga.c    2015-08-17 23:41:16 +0900 (aa045c8)
+++ src/groonga.c    2015-08-17 23:45:06 +0900 (1920327)
@@ -105,7 +105,7 @@ static int ready_notify_pipe[2];
 static grn_encoding encoding;
 static grn_command_version default_command_version;
 static int64_t default_match_escalation_threshold;
-static char *windows_event_source_name = "Groonga";
+static const char *windows_event_source_name = "Groonga";
 static grn_bool use_windows_event_log = GRN_FALSE;
 
 static int
-------------- next part --------------
HTML����������������������������...
Download 



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