diff options
author | Diego Biurrun <diego@biurrun.de> | 2005-09-06 15:06:16 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2005-09-06 15:06:16 +0000 |
commit | 978844ccaab233ccd5fc02b9ed7caa3eb0408680 (patch) | |
tree | be927fa2dc292fd51aedd0689ac3923c5c22a49e | |
parent | d57d8cbc2517d05fee39827cca5b0e2f23ca9b77 (diff) | |
download | ffmpeg-978844ccaab233ccd5fc02b9ed7caa3eb0408680.tar.gz |
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
-rw-r--r-- | libavutil/common.h | 2 |
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) |