mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
d57d8cbc25
commit
978844ccaa
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue