浏览代码

Fix typo in patch from github posting

bel2125 7 年之前
父节点
当前提交
b724bb403b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/civetweb.c

+ 1 - 1
src/civetweb.c

@@ -8515,7 +8515,7 @@ print_dir_entry(struct de *de)
 #ifdef REENTRANT_TIME
 	struct tm _tm;
 	struct tm *tm = &_tm;
-#elif
+#else
 	struct tm *tm;
 #endif