Commit 978844cc authored by Diego Biurrun's avatar Diego Biurrun

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
parent d57d8cbc
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
typedef signed long long int64_t; typedef signed long long int64_t;
typedef unsigned long long uint64_t; typedef unsigned long long uint64_t;
# endif /* other OS */ # endif /* other OS */
#endif /* HAVE_INTTYPES_H */ #endif /* EMULATE_INTTYPES */
#ifndef INT16_MIN #ifndef INT16_MIN
#define INT16_MIN (-0x7fff-1) #define INT16_MIN (-0x7fff-1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment