Fixed a non-critical bug, but which affected how indent program indents

the code.
This commit is contained in:
unknown 2004-04-05 16:28:16 +03:00
parent 73d0a99142
commit fe64a716f3

View file

@ -425,8 +425,9 @@ int main(int argc,char *argv[])
}
#endif
sprintf(buff, "%s",
#ifndef NOT_YET
"Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n");
#ifdef NOT_YET
#else
"Type 'help [[%]function name[%]]' to get help on usage of function.\n");
#endif
put_info(buff,INFO_INFO);