Commit ecf4068f authored by joerg@mysql.com's avatar joerg@mysql.com

No C++ style comments in C source!

parent e1351afc
......@@ -679,5 +679,5 @@ char *bare_str_to_hex(char *to, const char *from, uint len)
p[1]= _dig_vec_upper[tmp & 15];
}
*p= 0;
return p; // pointer to end 0 of 'to'
return p; /* pointer to end 0 of 'to' */
}
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