fix implicit int variable decl.
authornu774 <honeycomb77@gmail.com>
Fri, 15 Feb 2013 08:27:08 +0000 (17:27 +0900)
committernu774 <honeycomb77@gmail.com>
Fri, 15 Feb 2013 08:27:08 +0000 (17:27 +0900)
src/main.c

index 95246d870b2559df13e00e837c8fb61efa97aaf5..8649b0a5bfe4cc8598bda6d42725fb4ec2c5ae41 100644 (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)
This page took 0.011025 seconds and 4 git commands to generate.