Mercurial > libavutil.hg
diff common.h @ 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 | ee8f44bb7c4d |
| children | 26a00aee5eac |
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)
