Wrong comment after #endif.
authorDiego Biurrun <diego@biurrun.de>
Tue, 6 Sep 2005 15:06:16 +0000 (15:06 +0000)
committerDiego Biurrun <diego@biurrun.de>
Tue, 6 Sep 2005 15:06:16 +0000 (15:06 +0000)
Noticed by Fred Rothganger < rothgang -- at -- uiuc -- dot -- edu >

Originally committed as revision 4566 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/common.h

index 7d5edb4..8179ece 100644 (file)
         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)