aboutsummaryrefslogtreecommitdiff
path: root/cmd-parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'cmd-parse.y')
-rw-r--r--cmd-parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-parse.y b/cmd-parse.y
index 86cb357e..6d1fec7e 100644
--- a/cmd-parse.y
+++ b/cmd-parse.y
@@ -579,7 +579,7 @@ cmd_parse_get_error(const char *file, u_int line, const char *error)
if (file == NULL)
s = xstrdup(error);
else
- xasprintf (&s, "%s:%u: %s", file, line, error);
+ xasprintf(&s, "%s:%u: %s", file, line, error);
return (s);
}