Fix warning

This commit is contained in:
TingPing 2014-06-04 13:47:09 -04:00
parent 11e3ecc739
commit 9c981cfc6b
1 changed files with 1 additions and 1 deletions

View File

@ -404,7 +404,7 @@ static int
is_in_path (char *cmd) is_in_path (char *cmd)
{ {
char *prog = g_strdup (cmd + 1); /* 1st char is "!" */ char *prog = g_strdup (cmd + 1); /* 1st char is "!" */
char *space, *path, *orig; char *path, *orig;
char **argv; char **argv;
int argc; int argc;