Introduce the new nonblock API.
[paraslash.git] / aac_common.c
index fda6346011c5aae30c6ede3fc0f8347ef838e161..68c3c89b58d03e452fa8aa1b10cf642e616714c7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2009 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2010 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -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)
 {