diff options
author | David Robillard <d@drobilla.net> | 2011-02-16 00:23:51 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-02-16 00:23:51 +0000 |
commit | cdf9abebfcf083335b8383a390d7ad677676e0fd (patch) | |
tree | 9642b2a6169829ec2ce40ada9cf272e7571dbb22 /src/sord_internal.h | |
parent | 0f829957b0924f60e9f73adddc3314427ce08f59 (diff) | |
download | sord-cdf9abebfcf083335b8383a390d7ad677676e0fd.tar.gz sord-cdf9abebfcf083335b8383a390d7ad677676e0fd.tar.bz2 sord-cdf9abebfcf083335b8383a390d7ad677676e0fd.zip |
Tidy.
git-svn-id: http://svn.drobilla.net/sord/trunk@29 3d64ff67-21c5-427c-a301-fe4f08042e5a
Diffstat (limited to 'src/sord_internal.h')
-rw-r--r-- | src/sord_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |