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