diff --git a/Userland/Utilities/lsusb.cpp b/Userland/Utilities/lsusb.cpp index 753d91b8ed..a701e9d8ed 100644 --- a/Userland/Utilities/lsusb.cpp +++ b/Userland/Utilities/lsusb.cpp @@ -21,7 +21,7 @@ ErrorOr serenity_main(Main::Arguments arguments) { - bool print_verbose; + bool print_verbose = false; bool flag_show_numerical = false; Core::ArgsParser args; args.set_general_help("List USB devices.");