Commit 513ba182 authored by unknown's avatar unknown

No C++ style comments in C source!

parent a80110f7
......@@ -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