Explorar o código

Remove extra space between # and define

Fixes GH-356
Tatsuhiro Tsujikawa %!s(int64=10) %!d(string=hai) anos
pai
achega
8ed8ac0fe8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/usage_text.h

+ 1 - 1
src/usage_text.h

@@ -150,7 +150,7 @@
   _(" --no-file-allocation-limit=SIZE No file allocation is made for files whose\n" \
     "                              size is smaller than SIZE.\n"        \
     "                              You can append K or M(1K = 1024, 1M = 1024K).")
-# define TEXT_ENABLE_DIRECT_IO                                          \
+#define TEXT_ENABLE_DIRECT_IO                                          \
   _(" --enable-direct-io[=true|false] Enable directI/O, which lowers cpu usage while\n" \
     "                              allocating files.\n"                 \
     "                              Turn off if you encounter any error")