From 4d57926bd3197a2d56267af1417189823a7ae873 Mon Sep 17 00:00:00 2001 From: "Vladimir N. Oleynik" Date: Tue, 31 Jan 2006 11:57:06 +0000 Subject: removed unneed signed, avoid warning --- scripts/config/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/config/conf.c') diff --git a/scripts/config/conf.c b/scripts/config/conf.c index edcf36d..4d804cf 100644 --- a/scripts/config/conf.c +++ b/scripts/config/conf.c @@ -38,7 +38,7 @@ static char nohelp_text[] = "Sorry, no help available for this option yet.\n"; static void strip(char *str) { - signed char *p = str; + char *p = str; int l; while ((isspace(*p))) -- cgit v1.1