mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 21:04:56 +00:00
removed unneed signed, avoid warning
This commit is contained in:
parent
81b94960a2
commit
4d57926bd3
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user