summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-09-30 08:27:58 +0000
committerDavid Robillard <d@drobilla.net>2010-09-30 08:27:58 +0000
commite28bb1e764783870cf36fca5c6d5203aae248dce (patch)
tree62aabc1082c4ed0aea6898eb998a8f3aa2a840c9
parent24a3abf814793fcafcaee3fef7ad3dca4264b266 (diff)
downloadlilv-e28bb1e764783870cf36fca5c6d5203aae248dce.tar.gz
lilv-e28bb1e764783870cf36fca5c6d5203aae248dce.tar.bz2
lilv-e28bb1e764783870cf36fca5c6d5203aae248dce.zip
Fix include guard to match filename (and endif comment).
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2620 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--slv2/collections.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/slv2/collections.h b/slv2/collections.h
index b0349e8..348ae93 100644
--- a/slv2/collections.h
+++ b/slv2/collections.h
@@ -16,8 +16,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef __SLV2_PLUGINS_H__
-#define __SLV2_PLUGINS_H__
+#ifndef __SLV2_COLLECTIONS_H__
+#define __SLV2_COLLECTIONS_H__
#ifdef __cplusplus
extern "C" {