Mercurial > audlegacy
diff src/audacious/discovery.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 | f6b25d4d2245 |
children |
line wrap: on
line diff
--- a/src/audacious/discovery.h Sun May 18 21:11:14 2008 +0300 +++ b/src/audacious/discovery.h Mon May 19 01:29:46 2008 +0300 @@ -20,8 +20,8 @@ * Audacious or using our public API to be a derived work. */ -#ifndef DISCOVERY_H -#define DISCOVERY_H +#ifndef AUDACIOUS_DISCOVERY_H +#define AUDACIOUS_DISCOVERY_H #include <glib.h> @@ -49,4 +49,4 @@ extern DiscoveryPluginData dp_data; -#endif +#endif /* AUDACIOUS_DISCOVERY_H */