Fixed typo

This commit is contained in:
Filip 2024-12-23 18:14:45 +01:00
parent be2eaeff9a
commit 92d0989922

View file

@ -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 */
}