mirror of
https://github.com/nu774/fdkaac.git
synced 2025-06-05 23:29:14 +02:00
fix implicit int variable decl.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user