diff options
| -rw-r--r-- | stc/csmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stc/csmap.h b/stc/csmap.h index 05ba949b..b6598f19 100644 --- a/stc/csmap.h +++ b/stc/csmap.h @@ -35,7 +35,7 @@ int main(void) { csset_sx_insert(&s, 5);
csset_sx_insert(&s, 8);
c_foreach (i, csset_sx, s)
- printf("set %d\n", i.ref->second);
+ printf("set %d\n", *i.ref);
csset_sx_del(&s);
}
*/
|
