summaryrefslogtreecommitdiffhomepage
path: root/misc/examples/stack.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/examples/stack.c')
-rw-r--r--misc/examples/stack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/examples/stack.c b/misc/examples/stack.c
index 96bab24b..6297fb6f 100644
--- a/misc/examples/stack.c
+++ b/misc/examples/stack.c
@@ -10,7 +10,7 @@
#define i_key char
#include <stc/cstack.h>
-int main() {
+int main(void) {
cstack_i stack = {0};
cstack_c chars = {0};