Update README.md
This commit is contained in:
parent
e3a03f5ec7
commit
4b42548c3d
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ if (0 == conf) {
|
|||
fclose(fp);
|
||||
|
||||
/* Alternatively, use `toml_parse` which takes a string rather than a file. */
|
||||
conf = toml_parse("A null terminated string that is TOML\0", errbuf, sizeof(errbuf);
|
||||
conf = toml_parse("A null terminated string that is TOML\0", errbuf, sizeof(errbuf));
|
||||
```
|
||||
|
||||
2. Get a single table from the file.
|
||||
|
|
Loading…
Reference in a new issue