summaryrefslogtreecommitdiffstats
path: root/libebtc.c
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2005-01-24 22:25:27 +0000
committerBart De Schuymer <bdschuym@pandora.be>2005-01-24 22:25:27 +0000
commit87889eb68d10d0ad8e944a2ecaab68b02340cad9 (patch)
treef76f4179ce0a074f557e9dc1d078fe2b8c360494 /libebtc.c
parent93f36bab8bbdfb51bc064dc0e26cf19f9a7a23fd (diff)
add '.' after messages
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);
}