aboutsummaryrefslogtreecommitdiff
path: root/sources/TZR_GetTick.c
diff options
context:
space:
mode:
Diffstat (limited to 'sources/TZR_GetTick.c')
-rw-r--r--sources/TZR_GetTick.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/TZR_GetTick.c b/sources/TZR_GetTick.c
index ca93a76..439431e 100644
--- a/sources/TZR_GetTick.c
+++ b/sources/TZR_GetTick.c
@@ -1,7 +1,8 @@
#include "TZR.h"
#include "TZR_globals.h"
-unsigned long TZR_GetTick(void)
+unsigned long
+TZR_GetTick(void)
{
return ___tzr_tick;
}