diff options
author | Bart De Schuymer <bdschuym@pandora.be> | 2005-01-24 22:25:27 +0000 |
---|---|---|
committer | Bart De Schuymer <bdschuym@pandora.be> | 2005-01-24 22:25:27 +0000 |
commit | 87889eb68d10d0ad8e944a2ecaab68b02340cad9 (patch) | |
tree | f76f4179ce0a074f557e9dc1d078fe2b8c360494 /libebtc.c | |
parent | 93f36bab8bbdfb51bc064dc0e26cf19f9a7a23fd (diff) | |
download | ebtables-87889eb68d10d0ad8e944a2ecaab68b02340cad9.tar.gz ebtables-87889eb68d10d0ad8e944a2ecaab68b02340cad9.tar.bz2 ebtables-87889eb68d10d0ad8e944a2ecaab68b02340cad9.zip |
add '.' after messages
Diffstat (limited to 'libebtc.c')
-rw-r--r-- | libebtc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |