diff options
| author | unknown <timothy.smith@sun.com> | 2009-11-05 21:22:17 +0100 |
|---|---|---|
| committer | MySQL Build Team <build@mysql.com> | 2009-11-05 21:22:17 +0100 |
| commit | da8c1eea8480eb341d38e1c6ee7c3d74f61b2441 (patch) | |
| tree | 914440a9e0a07ed30be410832621551c5bc272e9 | |
| parent | 8864a933c99010c0f95cd18c3d113caf31074469 (diff) | |
| download | mariadb-git-da8c1eea8480eb341d38e1c6ee7c3d74f61b2441.tar.gz | |
Use C comments in C codemysql-5.1.41
| -rw-r--r-- | mysys/typelib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/typelib.c b/mysys/typelib.c index a0fe8a96a89..cb72c91e20d 100644 --- a/mysys/typelib.c +++ b/mysys/typelib.c @@ -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); |
