Skip to content

Commit 0d1bf58

Browse files
committed
fix function declaration isn't a prototype [-Wstrict-prototypes]
1 parent dc3641e commit 0d1bf58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/litespeed/lsapilib.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ void lsapi_perror(const char * pMessage, int err_no)
301301
}
302302

303303

304-
static int lsapi_parent_dead()
304+
static int lsapi_parent_dead(void)
305305
{
306306
// Return non-zero if the parent is dead. 0 if still alive.
307307
if (!s_ppid) {

0 commit comments

Comments
 (0)