aboutsummaryrefslogtreecommitdiff
path: root/example.c
diff options
context:
space:
mode:
Diffstat (limited to 'example.c')
-rw-r--r--example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example.c b/example.c
index 2f50152..4081c21 100644
--- a/example.c
+++ b/example.c
@@ -12,7 +12,7 @@ main() {
Result status = R_Ok;
for (usize i = 7; i <= 4830; i += 69) {
- PRINT_NOTOK(V_pushp((void***)&hexes, S_printf(&t, "%x", i)));
+ PRINT_NOTOK(V_pushp((Vector**)&hexes, S_printf(&t, "%x", i)));
}
String all = S_printf(&g, "Total: %ld\n", V_count(hexes));