fix return type of put_type_entry() to void
authornu774 <honeycomb77@gmail.com>
Tue, 15 Jan 2013 12:19:32 +0000 (21:19 +0900)
committernu774 <honeycomb77@gmail.com>
Tue, 15 Jan 2013 12:19:32 +0000 (21:19 +0900)
src/main.c

index 724accbc6e7754d31afc8b0a112a0b891e3e5c00..6453f8aa3a9a784fb6e5536625276dfd6ddcac1a 100644 (file)
@@ -470,7 +470,7 @@ END:
 }
 
 static
-int put_tag_entry(m4af_writer_t *m4af, const aacenc_tag_entry_t *tag)
+void put_tag_entry(m4af_writer_t *m4af, const aacenc_tag_entry_t *tag)
 {
     unsigned m, n = 0;
 
This page took 0.010286 seconds and 4 git commands to generate.