Skip to content
Snippets Groups Projects
Commit cba788ca authored by Clayton Craft's avatar Clayton Craft
Browse files

Merge branch 'zero-opts' into 'master'

main: zero initialize opts

See merge request postmarketOS/osk-sdl!83
parents 393ef3a3 eab22b6d
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment