diff gui/cfg.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 f15bce7943b9
children 0bbfebce0583
line wrap: on
line diff
--- a/gui/cfg.h	Mon Jul 02 22:02:59 2007 +0000
+++ b/gui/cfg.h	Mon Jul 02 22:34:45 2007 +0000
@@ -1,6 +1,6 @@
 
-#ifndef __GUI_CFG_H
-#define __GUI_CFG_H
+#ifndef GUI_CFG_H
+#define GUI_CFG_H
 
 extern int gtkEnableAudioEqualizer;