diff options
Diffstat (limited to 'init.c')
-rw-r--r-- | init.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||