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 int
main(int argc, char **argv) main(int argc, char **argv)
{ {
int verbosity = 0; int verbosity = 0;
const char *frontend_path = NULL; const char *frontend_path;
const char *usage = const char *usage =
"Usage: kiwmi [options] FRONTEND\n" "Usage: kiwmi [options] FRONTEND\n"