frontend_path doesn't need to be initialized

This commit is contained in:
buffet 2019-03-21 23:28:12 +01:00
parent 7efc56adfc
commit 89a00b913c

View file

@ -19,8 +19,8 @@
int
main(int argc, char **argv)
{
int verbosity = 0;
const char *frontend_path = NULL;
int verbosity = 0;
const char *frontend_path;
const char *usage =
"Usage: kiwmi [options] FRONTEND\n"