1
0
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:
nu774
2013-02-15 17:27:08 +09:00
parent e4bbeeb016
commit 721d977f59

View File

@@ -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)