From 180f9a09588d1c68983692bb5245213956fdde11 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Thu, 28 Jan 2016 18:25:13 -0800 Subject: all: Make header guard names consistent --- libavcodec/bswapdsp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libavcodec/bswapdsp.h') diff --git a/libavcodec/bswapdsp.h b/libavcodec/bswapdsp.h index f167d77fea..4d19092254 100644 --- a/libavcodec/bswapdsp.h +++ b/libavcodec/bswapdsp.h @@ -16,8 +16,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef AVCODEC_BSWAP_BUF_H -#define AVCODEC_BSWAP_BUF_H +#ifndef AVCODEC_BSWAPDSP_H +#define AVCODEC_BSWAPDSP_H #include @@ -29,4 +29,4 @@ typedef struct BswapDSPContext { void ff_bswapdsp_init(BswapDSPContext *c); void ff_bswapdsp_init_x86(BswapDSPContext *c); -#endif /* AVCODEC_BSWAP_BUF_H */ +#endif /* AVCODEC_BSWAPDSP_H */ -- cgit v1.2.3