herp-a-derp, that wasn't actually done - still bugged, though

This commit is contained in:
Sven M. Hallberg 2013-05-23 22:19:13 +02:00
parent 5e3c681dbc
commit e5ee61029c
2 changed files with 71 additions and 53 deletions

View file

@ -248,7 +248,7 @@ void h_stringmap_put_char(HCFStringMap *m, uint8_t c, void *v)
}
// helper for h_stringmap_update
void *combine_stringmap(void *v1, void *v2)
static void *combine_stringmap(void *v1, void *v2)
{
h_stringmap_update((HCFStringMap *)v1, (HCFStringMap *)v2);
return v1;