summaryrefslogtreecommitdiffhomepage
path: root/SDK/Library/CoreSystem/Sources/Math.c
diff options
context:
space:
mode:
Diffstat (limited to 'SDK/Library/CoreSystem/Sources/Math.c')
-rw-r--r--SDK/Library/CoreSystem/Sources/Math.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/SDK/Library/CoreSystem/Sources/Math.c b/SDK/Library/CoreSystem/Sources/Math.c
index b41f8a54..19df42f3 100644
--- a/SDK/Library/CoreSystem/Sources/Math.c
+++ b/SDK/Library/CoreSystem/Sources/Math.c
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright SoftwareLabs
+ Copyright SoftwareLabs
------------------------------------------- */
@@ -8,7 +8,7 @@
/// @brief Number generator helper.
/// @return Random generated number.
-CA_EXTERN_C SizeType MathRand(VoidType)
+CS_EXTERN_C SizeType MathRand(VoidType)
{
return kSharedApplication->Invoke(kSharedApplication, kCallRandomNumberGenerator);
} \ No newline at end of file