Commit 513ba182 authored by unknown's avatar unknown
Browse files

No C++ style comments in C source!

parent a80110f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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' */
}