mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
Use C comments in C code
This commit is contained in:
parent
9b7a7f06c1
commit
8799820faf
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ my_ulonglong find_typeset(char *x, TYPELIB *lib, int *err)
|
|||
i= x;
|
||||
while (*x && *x != field_separator)
|
||||
x++;
|
||||
if (x[0] && x[1]) // skip separator if found
|
||||
if (x[0] && x[1]) /* skip separator if found */
|
||||
x++;
|
||||
if ((find= find_type(i, lib, 2 | 8) - 1) < 0)
|
||||
DBUG_RETURN(0);
|
||||
|
|
Loading…
Add table
Reference in a new issue