mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-09-23 08:07:10 +00:00
Fix warning
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user