Skip to content
Snippets Groups Projects

main: zero initialize opts

Merged Imported Administrator requested to merge zero-opts into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -45,7 +45,7 @@ static string ErrorText = "Incorrect passphrase";
int main(int argc, char **args) {
list<string> passphrase;
Opts opts;
Opts opts{};
Config config;
SDL_Event event;
SDL_Window *display = NULL;
Loading