commit | 87889eb68d10d0ad8e944a2ecaab68b02340cad9 | [log] [tgz] |
---|---|---|
author | Bart De Schuymer <bdschuym@pandora.be> | Mon Jan 24 22:25:27 2005 +0000 |
committer | Bart De Schuymer <bdschuym@pandora.be> | Mon Jan 24 22:25:27 2005 +0000 |
tree | f76f4179ce0a074f557e9dc1d078fe2b8c360494 | |
parent | 93f36bab8bbdfb51bc064dc0e26cf19f9a7a23fd [diff] [blame] |
add '.' after messages
diff --git a/libebtc.c b/libebtc.c index 4c702cb..ff1e14c 100644 --- a/libebtc.c +++ b/libebtc.c
@@ -1450,7 +1450,7 @@ va_end(l); } else { vprintf(format, l); - printf("\n"); + printf(".\n"); va_end(l); exit (-1); }