Explorar o código

Fix copy paste errors and add missing forward declaration

bel2125 %!s(int64=8) %!d(string=hai) anos
pai
achega
3d64ab5c11
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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