diff --git a/shell/main.cpp b/shell/main.cpp index f4c4c74..44c5608 100644 --- a/shell/main.cpp +++ b/shell/main.cpp @@ -334,7 +334,7 @@ int main(int argc, char **argv) /* Stores whether we have already idled once, handling extra rom * and execute options */ - bool has_idled; + bool has_idled = false; /* Shell main loop */ while(true) {