Commit dddf065e authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

r13358@catbus: nickm | 2007-06-11 18:46:24 -0400

 Fix some dumb copypasta in r10562.


svn:r10565
parent f621513c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -222,7 +222,7 @@ void* strmap_remove_lc(strmap_t *map, const char *key);
  }                                                                     \
  static INLINE valtype* prefix##remove(maptype *map, const char *key)  \
  {                                                                     \
    return (valtype*)digestmap_get((digestmap_t*)map, key);             \
    return (valtype*)digestmap_remove((digestmap_t*)map, key);          \
  }                                                                     \
  static INLINE void prefix##free(maptype *map, void (*free_val)(void*)) \
  {                                                                     \