diff options
Diffstat (limited to 'release/sysinstall/options.c')
-rw-r--r-- | release/sysinstall/options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release/sysinstall/options.c b/release/sysinstall/options.c index 4177abe..8f3c97f 100644 --- a/release/sysinstall/options.c +++ b/release/sysinstall/options.c @@ -53,6 +53,7 @@ varCheck(Option opt) static char * resetLogo(char *str) { + clear(); return "[RESET!]"; } |