aboutsummaryrefslogtreecommitdiff
path: root/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'init.c')
-rw-r--r--init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.c b/init.c
index c4440894c..e5b1a3931 100644
--- a/init.c
+++ b/init.c
@@ -296,7 +296,7 @@ static int check_free_memory()
296 unsigned int result, u, s=10; 296 unsigned int result, u, s=10;
297 297
298 if (sysinfo(&info) != 0) { 298 if (sysinfo(&info) != 0) {
299 perrorMsg("Error checking free memory: "); 299 perror_msg("Error checking free memory: ");
300 return -1; 300 return -1;
301 } 301 }
302 302