Differences From Artifact [fcdf694b2d]:
- File tests/tests.c — part of check-in [626a89988f] at 2012-04-22 13:19:06 on branch trunk — Remove useless if. (user: js, size: 2825) [annotate] [blame] [check-ins using]
To Artifact [4dca54f056]:
- File tests/tests.c — part of check-in [d4d333ba7f] at 2012-04-22 13:19:15 on branch trunk — Let the iter point to the first object. (user: js, size: 2798) [annotate] [blame] [check-ins using]
︙ | |||
34 35 36 37 38 39 40 | 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | - | static void print_map(CFWMap *map) { cfw_map_iter_t iter; cfw_map_iter(map, &iter); |
︙ |