D'oh! Inserted a clear() in a *very* wrong place with my last commit.

This commit is contained in:
Jordan K. Hubbard 1999-12-19 20:41:06 +00:00
parent 65bbe4e33a
commit 968b30ead8
2 changed files with 0 additions and 2 deletions

View File

@ -53,7 +53,6 @@ varCheck(Option opt)
static char *
resetLogo(char *str)
{
clear();
return "[RESET!]";
}

View File

@ -53,7 +53,6 @@ varCheck(Option opt)
static char *
resetLogo(char *str)
{
clear();
return "[RESET!]";
}