mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix skipp -> skip once and for all.
(Note: This affects only comments, not variable names.)
This commit is contained in:
@ -145,7 +145,7 @@ static void get_options(register int *argc, register char ***argv)
|
||||
switch((option=*pos)) {
|
||||
case '#':
|
||||
DBUG_PUSH (++pos);
|
||||
pos=" "; /* Skipp rest of arg */
|
||||
pos=" "; /* Skip rest of arg */
|
||||
break;
|
||||
case 'c':
|
||||
if (! *++pos)
|
||||
|
Reference in New Issue
Block a user