# HG changeset patch # User tuomov # Date 1087731960 -7200 # Node ID 58280b944cda89cacd9d371b3d587308597daf8c # Parent 725a7187c6ff582d6ff9867f9e92b5e6f5cc3733 trunk: changeset 1585 Oops. diff -r 725a7187c6ff -r 58280b944cda map.c --- a/map.c Sun Jun 20 13:22:50 2004 +0200 +++ b/map.c Sun Jun 20 13:46:00 2004 +0200 @@ -31,8 +31,8 @@ } -const char *stringintmap_reverse_value(const StringIntMap *map, int value, - const char *dflt) +const char *stringintmap_key(const StringIntMap *map, int value, + const char *dflt) { int i;