소스 검색

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