瀏覽代碼

src/Mayaqua/Unix.c: fix guarding

SoftEtherVPN/src/Mayaqua/Unix.c:51:25: warning: missing
terminating ' character
   51 | #include <sys/statvfs.h>'
Ilya Shipitsin 2 年之前
父節點
當前提交
46e73e944f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Mayaqua/Unix.c

+ 1 - 1
src/Mayaqua/Unix.c

@@ -48,7 +48,7 @@
 
 #ifdef UNIX_SOLARIS
 #define USE_STATVFS
-#include <sys/statvfs.h>'
+#include <sys/statvfs.h>
 #endif
 
 #ifdef	UNIX_MACOS