summaryrefslogtreecommitdiff
path: root/support/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'support/error.c')
-rw-r--r--support/error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/error.c b/support/error.c
index b0264bc..3e77b31 100644
--- a/support/error.c
+++ b/support/error.c
@@ -169,7 +169,7 @@ error (status, errnum, message, va_alist)
if (status)
exit (status);
}
-
+
/* Sometimes we want to have at most one error per line. This
variable controls whether this mode is selected or not. */
int error_one_per_line;