Bug fix: Faulty signal handler prototype spoiled compilation under C23
This commit is contained in:
parent
434432fdac
commit
d537f9dd35
@ -14,7 +14,7 @@ static struct burn_drive_info *drives;
|
||||
static unsigned int n_drives;
|
||||
int NEXT;
|
||||
|
||||
static void catch_int ()
|
||||
static void catch_int (int signum)
|
||||
{
|
||||
NEXT = 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user