From 978844ccaab233ccd5fc02b9ed7caa3eb0408680 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 6 Sep 2005 15:06:16 +0000 Subject: [PATCH] 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 --- libavutil/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/common.h b/libavutil/common.h index 7d5edb4..8179ece 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) -- 2.7.4