From cdf9abebfcf083335b8383a390d7ad677676e0fd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 16 Feb 2011 00:23:51 +0000 Subject: Tidy. git-svn-id: http://svn.drobilla.net/sord/trunk@29 3d64ff67-21c5-427c-a301-fe4f08042e5a --- src/sord_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sord_internal.h') diff --git a/src/sord_internal.h b/src/sord_internal.h index 517f405..d2c16e7 100644 --- a/src/sord_internal.h +++ b/src/sord_internal.h @@ -23,7 +23,7 @@ #include "sord/sord.h" -typedef intptr_t SordCount; ///< Count of nodes or triples +typedef intptr_t SordCount; ///< Count of nodes or triples /** Node */ struct _SordNode { -- cgit v1.2.1