Use C comments in C code

This commit is contained in:
unknown 2009-11-05 21:22:17 +01:00 committed by MySQL Build Team
parent 9b7a7f06c1
commit 8799820faf

View file

@ -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);