summaryrefslogtreecommitdiffstats
path: root/libebtc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libebtc.c')
-rw-r--r--libebtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libebtc.c b/libebtc.c
index 4c702cb..ff1e14c 100644
--- a/libebtc.c
+++ b/libebtc.c
@@ -1450,7 +1450,7 @@ void __ebt_print_error(char *format, ...)
va_end(l);
} else {
vprintf(format, l);
- printf("\n");
+ printf(".\n");
va_end(l);
exit (-1);
}