summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0fb6fc9)
raw | patch | inline | side by side (parent: 0fb6fc9)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 12 Jul 2008 09:36:04 +0000 (11:36 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Tue, 15 Jul 2008 06:50:47 +0000 (08:50 +0200) |
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/configfile.c | patch | blob | history |
diff --git a/src/configfile.c b/src/configfile.c
index 4a9789ae0a39e79285db024a457f9a5dc6e29fff..1df911195df20c358e89e6f4012f9e6ac5e82a0b 100644 (file)
--- a/src/configfile.c
+++ b/src/configfile.c
if (ci->children[i].children == NULL)
dispatch_value_plugin (name, ci->children + i);
else
- {DEBUG ("No nested config blocks allow for this plugin.");}
+ {DEBUG ("No nested config blocks allowed for this plugin.");}
}
return (0);