mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
- Code cleanup: replaced C++-style comments with the proper syntax for
.c files (the IBM Visual Age C compiler aborts with a syntax error on these)
This commit is contained in:
parent
0477ad9688
commit
5ce5a68b4e
6 changed files with 7 additions and 7 deletions
|
|
@ -461,7 +461,7 @@ static char *check_struct_option(char *cur_arg, char *key_name)
|
|||
{
|
||||
char *ptr, *end;
|
||||
|
||||
ptr= strcend(cur_arg + 1, '.'); // Skip the first character
|
||||
ptr= strcend(cur_arg + 1, '.'); /* Skip the first character */
|
||||
end= strcend(cur_arg, '=');
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue