changeset 10470:08be6978ac8e libavcodec

10l, fix incorrect endif comment.
author reimar
date Wed, 28 Oct 2009 18:52:39 +0000
parents 23ca6d60184d
children 09d8df2c1a4d
files mpegaudio_tablegen.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mpegaudio_tablegen.h	Wed Oct 28 18:42:52 2009 +0000
+++ b/mpegaudio_tablegen.h	Wed Oct 28 18:52:39 2009 +0000
@@ -63,6 +63,6 @@
             exp_table[exponent]= llrint(f);
     }
 }
-#endif /* CONFIG_HARDCODED_TABLES && !TABLEGEN */
+#endif /* CONFIG_HARDCODED_TABLES */
 
 #endif /* MPEGAUDIO_TABLEGEN_H */