trunk: changeset 1585

Sun, 20 Jun 2004 13:46:00 +0200

author
tuomov
date
Sun, 20 Jun 2004 13:46:00 +0200
changeset 76
58280b944cda
parent 75
725a7187c6ff
child 77
bcd82ab9ecdc

trunk: changeset 1585
Oops.

map.c file | annotate | diff | comparison | revisions
--- 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;
     

mercurial