Fix example in usage docs

This commit is contained in:
Jonathan Wakely 2023-02-03 15:59:53 +00:00
parent 5934c30491
commit abad8802ae

View File

@ -18,7 +18,7 @@ AC_SUBST(LIBSECRET_LIBS)
Code using libsecret should include the header like this: Code using libsecret should include the header like this:
```c ```c
#include <libsecret/secret.h>; #include <libsecret/secret.h>
``` ```
Including individual headers besides the main header files is not permitted and Including individual headers besides the main header files is not permitted and