From e709187434a851f0627e3919fd5b0e7754304a62 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Wed, 16 Apr 2003 21:18:02 +0000 Subject: *** empty log message *** --- include/ebtables_u.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/ebtables_u.h b/include/ebtables_u.h index d4b2bc7..3fb9a5c 100644 --- a/include/ebtables_u.h +++ b/include/ebtables_u.h @@ -211,7 +211,8 @@ int check_inverse(const char option[]); void __print_bug(char *file, int line, char *format, ...); #define print_bug(format, args...) \ __print_bug(__FILE__, __LINE__, format, ##args) -#define print_error(format,args...) {printf(format".\n",##args); exit(-1);} +#define print_error(format,args...) {printf(format,##args);\ + printf(".\n");exit(-1);} #define print_memory() {printf("Ebtables: " __FILE__ \ " %s %d :Out of memory.\n", __FUNCTION__, __LINE__); exit(-1);} -- cgit v1.2.3