diff src/audacious/i18n.h @ 4557:2eee464379dc

Clean up header multiple inclusion guards (e.g. #ifndef FOO_H/#define FOO_H)
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 May 2008 01:29:46 +0300
parents f1c756f39e6c
children 2848411c8f12
line wrap: on
line diff
--- a/src/audacious/i18n.h	Sun May 18 21:11:14 2008 +0300
+++ b/src/audacious/i18n.h	Mon May 19 01:29:46 2008 +0300
@@ -17,8 +17,8 @@
  *  Audacious or using our public API to be a derived work.
  */
 
-#ifndef __AUDACIOUS_I18N_H__
-#define __AUDACIOUS_I18N_H__
+#ifndef AUDACIOUS_I18N_H
+#define AUDACIOUS_I18N_H
 
 #include <glib/gstrfuncs.h>
 #include <libintl.h>
@@ -31,4 +31,4 @@
 #define N_(String) (String)
 #endif
 
-#endif
+#endif /* AUDACIOUS_I18N_H */