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 --- libavcodec/snow.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavcodec/snow.h') diff --git a/libavcodec/snow.h b/libavcodec/snow.h index d75d6e3e07..71bafa825f 100644 --- a/libavcodec/snow.h +++ b/libavcodec/snow.h @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef _SNOW_H -#define _SNOW_H +#ifndef SNOW_H +#define SNOW_H #include "dsputil.h" -- cgit v1.2.3