diff src/audacious/ui_urlopener.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 b87f8c707b7f
line wrap: on
line diff
--- a/src/audacious/ui_urlopener.h	Sun May 18 21:11:14 2008 +0300
+++ b/src/audacious/ui_urlopener.h	Mon May 19 01:29:46 2008 +0300
@@ -23,8 +23,8 @@
  *  Audacious or using our public API to be a derived work.
  */
 
-#ifndef __AUDACIOUS_UI_URLOPENER_H__
-#define __AUDACIOUS_UI_URLOPENER_H__
+#ifndef AUDACIOUS_UI_URLOPENER_H
+#define AUDACIOUS_UI_URLOPENER_H
 
 #ifdef _AUDACIOUS_CORE
 # ifdef HAVE_CONFIG_H
@@ -42,4 +42,4 @@
 
 G_END_DECLS
 
-#endif
+#endif /* AUDACIOUS_UI_URLOPENER_H */