diff snow.h @ 5200:be79f0a00c10 libavcodec

Remove leading underscores from specifiers, they are reserved.
author diego
date Mon, 02 Jul 2007 17:00:04 +0000
parents d3e389536b0a
children 8dcb8c89a661
line wrap: on
line diff
--- a/snow.h	Mon Jul 02 10:21:41 2007 +0000
+++ b/snow.h	Mon Jul 02 17:00:04 2007 +0000
@@ -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"