frontend_path doesn't need to be initialized

This commit is contained in:
buffet 2019-03-21 23:28:12 +01:00
parent 3fc9bb1f23
commit d5312fe4dd

View file

@ -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"