From 118296c069eb477825126c879a10ebde00735be4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 3 Aug 2008 17:25:53 +0000 Subject: Minor cleanups for easier seddability. git-svn-id: http://svn.drobilla.net/lad/slv2@1319 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/scalepoints.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'slv2/scalepoints.h') diff --git a/slv2/scalepoints.h b/slv2/scalepoints.h index c8fee6a..f8d53f9 100644 --- a/slv2/scalepoints.h +++ b/slv2/scalepoints.h @@ -44,7 +44,7 @@ slv2_scale_points_new(); /** Free an SLV2ScalePoints. */ void -slv2_scale_points_free(SLV2ScalePoints); +slv2_scale_points_free(SLV2ScalePoints points); /** Get the number of scale points in a collection. @@ -66,7 +66,7 @@ slv2_scale_points_get_at(SLV2ScalePoints points, unsigned index); /** @} */ #ifdef __cplusplus -} +} /* extern "C" */ #endif #endif /* __SLV2_SCALE_POINTS_H__ */ -- cgit v1.2.1