changeset 3:d4936ecaba90 libavutil

Wrong comment after #endif. Noticed by Fred Rothganger < rothgang -- at -- uiuc -- dot -- edu >
author diego
date Tue, 06 Sep 2005 15:06:16 +0000
parents 89cdb3b541e2
children 26a00aee5eac
files common.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/common.h	Sun Aug 14 15:42:40 2005 +0000
+++ b/common.h	Tue Sep 06 15:06:16 2005 +0000
@@ -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)