浏览代码

Fix copy paste errors and add missing forward declaration

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

+ 1 - 2
src/civetweb.c

@@ -504,9 +504,8 @@ clock_gettime(clockid_t clk_id, struct timespec *tp)
 			ok = TRUE;
 		}
 	}
-}
 
-return ok ? 0 : -1;
+	return ok ? 0 : -1;
 }
 #endif