summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/options.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-12-19 20:41:06 +0000
committerjkh <jkh@FreeBSD.org>1999-12-19 20:41:06 +0000
commit0745b20d3b6965038971ad9d9c31b92fc795111f (patch)
tree81056a899062614e49da9f04ccc7ed66fa4bbe9d /release/sysinstall/options.c
parent4ff79d91364b8df171466bd6cc78af33c42f159f (diff)
downloadFreeBSD-src-0745b20d3b6965038971ad9d9c31b92fc795111f.zip
FreeBSD-src-0745b20d3b6965038971ad9d9c31b92fc795111f.tar.gz
D'oh! Inserted a clear() in a *very* wrong place with my last commit.
Diffstat (limited to 'release/sysinstall/options.c')
-rw-r--r--release/sysinstall/options.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/sysinstall/options.c b/release/sysinstall/options.c
index e9187f7..2d2b98b 100644
--- a/release/sysinstall/options.c
+++ b/release/sysinstall/options.c
@@ -53,7 +53,6 @@ varCheck(Option opt)
static char *
resetLogo(char *str)
{
- clear();
return "[RESET!]";
}
OpenPOWER on IntegriCloud