summaryrefslogtreecommitdiff
path: root/libavutil/common.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2005-09-06 15:06:16 +0000
committerDiego Biurrun <diego@biurrun.de>2005-09-06 15:06:16 +0000
commit978844ccaab233ccd5fc02b9ed7caa3eb0408680 (patch)
treebe927fa2dc292fd51aedd0689ac3923c5c22a49e /libavutil/common.h
parentd57d8cbc2517d05fee39827cca5b0e2f23ca9b77 (diff)
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
Diffstat (limited to 'libavutil/common.h')
-rw-r--r--libavutil/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/common.h b/libavutil/common.h
index 7d5edb4a7d..8179ece5b2 100644
--- a/libavutil/common.h
+++ b/libavutil/common.h
@@ -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)