diff spudec.h @ 23689:3f0d00abc073

Do not use leading underscores in multiple inclusion guards, they are reserved.
author diego
date Mon, 02 Jul 2007 22:34:45 +0000
parents bfdd2dcc0d14
children e82ecde2cbd4
line wrap: on
line diff
--- a/spudec.h	Mon Jul 02 22:02:59 2007 +0000
+++ b/spudec.h	Mon Jul 02 22:34:45 2007 +0000
@@ -1,5 +1,5 @@
-#ifndef _MPLAYER_SPUDEC_H
-#define _MPLAYER_SPUDEC_H
+#ifndef MPLAYER_SPUDEC_H
+#define MPLAYER_SPUDEC_H
 
 #include "libvo/video_out.h"