summaryrefslogtreecommitdiff
path: root/examples/gevector.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gevector.c')
-rw-r--r--examples/gevector.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/gevector.c b/examples/gevector.c
index e554005..15adbad 100644
--- a/examples/gevector.c
+++ b/examples/gevector.c
@@ -3,8 +3,8 @@
#include <gevector.h>
-GEVECTOR_API(int, ivec);
-GEVECTOR_IMPL(int, ivec);
+GEVECTOR_API(int, ivec)
+GEVECTOR_IMPL(int, ivec)
int
main(void)