projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81b9496
)
removed unneed signed, avoid warning
author
"Vladimir N. Oleynik"
<dzo@simtreas.ru>
Tue, 31 Jan 2006 11:57:06 +0000
(11:57 -0000)
committer
"Vladimir N. Oleynik"
<dzo@simtreas.ru>
Tue, 31 Jan 2006 11:57:06 +0000
(11:57 -0000)
scripts/config/conf.c
patch
|
blob
|
history
diff --git
a/scripts/config/conf.c
b/scripts/config/conf.c
index edcf36d69a4dcddb524959078a8e9cb688e5e93b..4d804cfa3322b70396258fc84fb17743c6dd4c9b 100644
(file)
--- 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)))