Skip to content
Snippets Groups Projects
Commit 56926324 authored by Mactavish's avatar Mactavish
Browse files

fix typo

parent fdf86a65
Branches
No related tags found
No related merge requests found
...@@ -544,8 +544,6 @@ int func(void) { return 1; } ...@@ -544,8 +544,6 @@ int func(void) { return 1; }
And a `foo.c` file: And a `foo.c` file:
```c ```c
foo.c
#include "bar.h" #include "bar.h"
#include "bar.h" // Repeated inclusion is // usually not this obvious. #include "bar.h" // Repeated inclusion is // usually not this obvious.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment