mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +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)
|
static void strip(char *str)
|
||||||
{
|
{
|
||||||
signed char *p = str;
|
char *p = str;
|
||||||
int l;
|
int l;
|
||||||
|
|
||||||
while ((isspace(*p)))
|
while ((isspace(*p)))
|
||||||
|
Loading…
Reference in New Issue
Block a user