aboutsummaryrefslogtreecommitdiff
path: root/simplemotion.c
diff options
context:
space:
mode:
Diffstat (limited to 'simplemotion.c')
-rw-r--r--simplemotion.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/simplemotion.c b/simplemotion.c
index 9a0b3fb..d78e511 100644
--- a/simplemotion.c
+++ b/simplemotion.c
@@ -158,7 +158,7 @@ SM_STATUS smSetTimeout( smuint16 millsecs )
return SM_ERR_PARAMETER;
}
-unsigned long smGetVersion()
+smuint32 smGetVersion()
{
return SM_VERSION;
}