mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Fixed a non-critical bug, but which affected how indent program indents
the code.
This commit is contained in:
parent
73d0a99142
commit
fe64a716f3
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue