Skip to content

Commit

Permalink
Syntax highlight C code in README
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi authored Aug 25, 2024
1 parent 165d049 commit f43eaec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Then include the `cleancall.h` header in the C code, and use
`r_call_on_exit()` to push a cleanup handler to the stack of the
foreign call:

```
```c
#include <cleancall.h>

[...]
Expand Down

0 comments on commit f43eaec

Please sign in to comment.