Commit 76903202 authored by timothy.smith@sun.com's avatar timothy.smith@sun.com Committed by MySQL Build Team

Use C comments in C code

parent eeef23ec
...@@ -184,7 +184,7 @@ my_ulonglong find_typeset(char *x, TYPELIB *lib, int *err) ...@@ -184,7 +184,7 @@ my_ulonglong find_typeset(char *x, TYPELIB *lib, int *err)
i= x; i= x;
while (*x && *x != field_separator) while (*x && *x != field_separator)
x++; x++;
if (x[0] && x[1]) // skip separator if found if (x[0] && x[1]) /* skip separator if found */
x++; x++;
if ((find= find_type(i, lib, 2 | 8) - 1) < 0) if ((find= find_type(i, lib, 2 | 8) - 1) < 0)
DBUG_RETURN(0); DBUG_RETURN(0);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment