summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-15 14:30:33 -0400
committerpommicket <pommicket@gmail.com>2025-09-15 14:30:33 -0400
commit627278a0cb84bca7751e97f13d9c235abac678f0 (patch)
tree6d674f6ceb0be295c126ba9fcf08179054411e90 /README.md
parent4f2644f354184d5febc1aa8f37e987eca03f7f25 (diff)
pom_settings
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3177389..c808c3d 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ C parser for [POM configuration language](https://pom.computer)
int main(void) {
pom_error *error;
- pom_conf *conf = pom_load_path("conf.pom", &error);
+ pom_conf *conf = pom_load_path(NULL, "conf.pom", &error);
if (!conf) {
pom_error_print(error);
free(error);