Skip to content
Snippets Groups Projects
Commit 8d7d42d7 authored by Mathis Rosenhauer's avatar Mathis Rosenhauer
Browse files

Fix syntax highlighting

parent e0ebe0cf
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ Suppose you have an array of 32 bit signed integers you want to
compress. The pointer pointing to the data shall be called `*source`,
output goes into `*dest`.
```C++
```c
#include <libaec.h>
...
......@@ -166,7 +166,7 @@ members and constants.
Using decoding is very similar to encoding, only the meaning of input
and output is reversed.
```C++
```c
#include <libaec.h>
...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment