mirror of
https://github.com/nu774/fdkaac.git
synced 2025-01-08 21:31:30 +01:00
fix implicit int variable decl.
This commit is contained in:
parent
e4bbeeb016
commit
721d977f59
@ -41,7 +41,7 @@
|
||||
|
||||
#define PROGNAME "fdkaac"
|
||||
|
||||
static volatile g_interrupted = 0;
|
||||
static volatile int g_interrupted = 0;
|
||||
|
||||
#if HAVE_SIGACTION
|
||||
static void signal_handler(int signum)
|
||||
|
Loading…
Reference in New Issue
Block a user