[Groonga-commit] groonga/groonga at 8170b24 [master] Remove a needless space

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Jan 17 16:01:06 JST 2015


Kouhei Sutou	2015-01-17 16:01:06 +0900 (Sat, 17 Jan 2015)

  New Revision: 8170b24ac4d9c42ff9451c25c1ee306aa41cdcb9
  https://github.com/groonga/groonga/commit/8170b24ac4d9c42ff9451c25c1ee306aa41cdcb9

  Message:
    Remove a needless space

  Modified files:
    lib/io.c

  Modified: lib/io.c (+1 -1)
===================================================================
--- lib/io.c    2015-01-17 15:59:58 +0900 (2d43af9)
+++ lib/io.c    2015-01-17 16:01:06 +0900 (e4c1c4a)
@@ -1418,7 +1418,7 @@ exit:
     // funlock
   }
   if (fi->fmo != NULL) {
-    if (GetLastError() != ERROR_ALREADY_EXISTS ) {
+    if (GetLastError() != ERROR_ALREADY_EXISTS) {
       CRITICAL_SECTION_INIT(fi->cs);
       return GRN_SUCCESS;
     } else {
-------------- next part --------------
HTML����������������������������...
Download 



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