fix function declaration isn't a prototype [-Wstrict-prototypes]

This commit is contained in:
Remi Collet 2023-12-06 10:05:08 +01:00 committed by Remi Collet
parent dc3641ea0f
commit 0d1bf582ce
No known key found for this signature in database
GPG Key ID: DC9FF8D3EE5AF27F

View File

@ -301,7 +301,7 @@ void lsapi_perror(const char * pMessage, int err_no)
} }
static int lsapi_parent_dead() static int lsapi_parent_dead(void)
{ {
// Return non-zero if the parent is dead. 0 if still alive. // Return non-zero if the parent is dead. 0 if still alive.
if (!s_ppid) { if (!s_ppid) {