Wrong comment after #endif.

Noticed by Fred Rothganger < rothgang -- at -- uiuc -- dot -- edu >

Originally committed as revision 4566 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2005-09-06 15:06:16 +00:00
parent d57d8cbc25
commit 978844ccaa
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@
typedef signed long long int64_t;
typedef unsigned long long uint64_t;
# endif /* other OS */
#endif /* HAVE_INTTYPES_H */
#endif /* EMULATE_INTTYPES */
#ifndef INT16_MIN
#define INT16_MIN (-0x7fff-1)