From 224906414b7f157416dabc4f98c0d3076c631521 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 2 Jul 2007 17:00:04 +0000 Subject: Remove leading underscores from specifiers, they are reserved. Originally committed as revision 9461 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/bswap.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libavutil/bswap.h') diff --git a/libavutil/bswap.h b/libavutil/bswap.h index 3b6c2c0407..211a15c0ab 100644 --- a/libavutil/bswap.h +++ b/libavutil/bswap.h @@ -23,8 +23,8 @@ * byte swap. */ -#ifndef __BSWAP_H__ -#define __BSWAP_H__ +#ifndef BSWAP_H +#define BSWAP_H #include #include "common.h" @@ -138,4 +138,4 @@ static inline uint64_t bswap_64(uint64_t x) #define le2me_64(x) (x) #endif -#endif /* __BSWAP_H__ */ +#endif /* BSWAP_H */ -- cgit v1.2.3