frontend_path doesn't need to be initialized
This commit is contained in:
parent
7efc56adfc
commit
89a00b913c
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ int
|
|||
main(int argc, char **argv)
|
||||
{
|
||||
int verbosity = 0;
|
||||
const char *frontend_path = NULL;
|
||||
const char *frontend_path;
|
||||
|
||||
const char *usage =
|
||||
"Usage: kiwmi [options] FRONTEND\n"
|
||||
|
|
Loading…
Reference in a new issue