Commit 0fc47ab2 authored by diego's avatar diego

Wrong comment after #endif.

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4566 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0646fdeb
...@@ -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