From 92d09899225dbdb9c3c84f46921492a975ee110a Mon Sep 17 00:00:00 2001 From: Filip Date: Mon, 23 Dec 2024 18:14:45 +0100 Subject: [PATCH] Fixed typo --- howto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/howto.md b/howto.md index c0f7145..908289a 100644 --- a/howto.md +++ b/howto.md @@ -16,7 +16,7 @@ Do this for each file. In this example `another-example.h`, `third-example.h`. ```c /* example.c file */ -void example(void); +void example(void) { /* do something */ }