mirror of
https://github.com/moparisthebest/hexchat
synced 2024-12-21 15:18:51 -05:00
Fix warning
This commit is contained in:
parent
11e3ecc739
commit
9c981cfc6b
@ -404,7 +404,7 @@ static int
|
||||
is_in_path (char *cmd)
|
||||
{
|
||||
char *prog = g_strdup (cmd + 1); /* 1st char is "!" */
|
||||
char *space, *path, *orig;
|
||||
char *path, *orig;
|
||||
char **argv;
|
||||
int argc;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user