Fix more Char/HChar mixups. Closing in...
[ambi/valgrind.git] / helgrind / hg_basics.c
index 00f4a8b136a5d13cc83e4f548033ef8ef029160d..9da1cd438a7902953d59dabccec64ff74b40de53 100644 (file)
@@ -58,7 +58,7 @@ void HG_(free) ( void* p )
    VG_(free)(p);
 }
 
-Char* HG_(strdup) ( const HChar* cc, const Char* s )
+HChar* HG_(strdup) ( const HChar* cc, const HChar* s )
 {
    return VG_(strdup)( cc, s );
 }