10l, fix incorrect endif comment.

Originally committed as revision 20401 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Reimar Döffinger 2009-10-28 18:52:39 +00:00
parent eadaa00c6f
commit 8abe97be92

View File

@ -63,6 +63,6 @@ static void mpegaudio_tableinit(void)
exp_table[exponent]= llrint(f); exp_table[exponent]= llrint(f);
} }
} }
#endif /* CONFIG_HARDCODED_TABLES && !TABLEGEN */ #endif /* CONFIG_HARDCODED_TABLES */
#endif /* MPEGAUDIO_TABLEGEN_H */ #endif /* MPEGAUDIO_TABLEGEN_H */