Commit 2f2eceac authored by unknown's avatar unknown
Browse files

libmysql.c:

  After-merge clean-up


libmysql/libmysql.c:
  After-merge clean-up
parent 4720f380
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3173,7 +3173,8 @@ void my_net_local_init(NET *net)
  trailing '. The caller must supply whichever of those is desired.
*/

ulong mysql_hex_string(char *to, const char *from, ulong length)
ulong STDCALL
mysql_hex_string(char *to, const char *from, ulong length)
{
  char *to0= to;
  const char *end;