fix return type of put_type_entry() to void
[fdkaac.git] / 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.008972 seconds and 4 git commands to generate.