From e28bb1e764783870cf36fca5c6d5203aae248dce Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 30 Sep 2010 08:27:58 +0000 Subject: 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 --- slv2/collections.h | 4 ++-- 1 file 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" { -- cgit v1.2.1