summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4d99dc2)
raw | patch | inline | side by side (parent: 4d99dc2)
author | Max Kellermann <max.kellermann@gmail.com> | |
Tue, 28 Mar 2017 21:28:02 +0000 (23:28 +0200) | ||
committer | Max Kellermann <max.kellermann@gmail.com> | |
Tue, 28 Mar 2017 21:28:02 +0000 (23:28 +0200) |
src/conf.c | patch | blob | history |
diff --git a/src/conf.c b/src/conf.c
index b8e9c5d7cdc1caad062d28de492277d0226f30ef..81c280a405fcd85c7ac0062cc2923015887a9ae9 100644 (file)
--- a/src/conf.c
+++ b/src/conf.c
++line;
line = skip_spaces(line);
} else if (line == name_end) {
- print_error(_("'=' expected"), name_end);
+ print_error(_("Missing '='"), name_end);
return false;
}