summaryrefslogtreecommitdiff
path: root/src/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/system.c')
-rw-r--r--src/system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system.c b/src/system.c
index 9e2256d..96a07ab 100644
--- a/src/system.c
+++ b/src/system.c
@@ -383,7 +383,7 @@ void system_arch( char *name, size_t len )
#endif
}
-int system_phys_memory( )
+unsigned int system_phys_memory( )
{
#ifdef _WIN32
MEMORYSTATUSEX memState;