diff src/audacious/custom_uri.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 a0c93cb34598
children
line wrap: on
line diff
--- a/src/audacious/custom_uri.h	Sun May 18 21:11:14 2008 +0300
+++ b/src/audacious/custom_uri.h	Mon May 19 01:29:46 2008 +0300
@@ -23,8 +23,8 @@
 
 #include <audacious/plugin.h>
 
-#ifndef __AUDACIOUS_CUSTOM_URI_H__
-#define __AUDACIOUS_CUSTOM_URI_H__
+#ifndef AUDACIOUS_CUSTOM_URI_H
+#define AUDACIOUS_CUSTOM_URI_H
 
 G_BEGIN_DECLS
 
@@ -33,4 +33,4 @@
 
 G_END_DECLS
 
-#endif
+#endif /* AUDACIOUS_CUSTOM_URI_H */