From f57c944e09417edcbcd69f2b01b937cadef39db2 Mon Sep 17 00:00:00 2001
From: Mark Whitley <markw@lineo.com>
Date: Thu, 7 Dec 2000 19:56:48 +0000
Subject: Changed names of functions in utility.c and all affected files, to
 make compliant with the style guide. Everybody rebuild your tags file!

---
 init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'init.c')

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()
 	unsigned int result, u, s=10;
 
 	if (sysinfo(&info) != 0) {
-		perrorMsg("Error checking free memory: ");
+		perror_msg("Error checking free memory: ");
 		return -1;
 	}
 
-- 
cgit v1.2.3-55-g6feb