Remove default.jpg.
[paraslash.git] / aac_common.c
index 1c3ca27b52dcbd813d2a7f7bdea9c4152b7137c0..2235236c428f8c08a5cae42cc787ccf0905c8816 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2007 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2009 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)
 {