1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

No C++ style comments in C source!

This commit is contained in:
unknown
2005-08-17 15:11:29 +02:00
parent a80110f7f2
commit 513ba182b0

View File

@@ -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' */
}