Major audio format handler cleanups.
[paraslash.git] / aac_common.c
index fda6346011c5aae30c6ede3fc0f8347ef838e161..2235236c428f8c08a5cae42cc787ccf0905c8816 100644 (file)
@@ -28,7 +28,7 @@ NeAACDecHandle aac_open(void)
        c->downMatrix = 0;
        NeAACDecSetConfiguration(h, c);
        return h;
-};
+}
 
 static unsigned long aac_read_decoder_length(unsigned char *buf, int *description_len)
 {