aboutsummaryrefslogtreecommitdiff
path: root/backends/PalmOS/Src/forms/formSystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/PalmOS/Src/forms/formSystem.cpp')
-rw-r--r--backends/PalmOS/Src/forms/formSystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/PalmOS/Src/forms/formSystem.cpp b/backends/PalmOS/Src/forms/formSystem.cpp
index 5b40f08e39..1e94a311b8 100644
--- a/backends/PalmOS/Src/forms/formSystem.cpp
+++ b/backends/PalmOS/Src/forms/formSystem.cpp
@@ -21,7 +21,7 @@ static UInt32 GetStackSize() {
return ((Char *)endPP - (Char *)startPP) / 1024L;
}
-static void GetMemory(UInt32* storageMemoryP, UInt32* dynamicMemoryP, UInt32 *storageFreeP, UInt32 *dynamicFreeP) {
+void GetMemory(UInt32* storageMemoryP, UInt32* dynamicMemoryP, UInt32 *storageFreeP, UInt32 *dynamicFreeP) {
UInt32 free, max;
Int16 i;