summaryrefslogtreecommitdiffstats
path: root/userspace
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2002-11-20 19:39:02 +0000
committerBart De Schuymer <bdschuym@pandora.be>2002-11-20 19:39:02 +0000
commit97db5a73c279e107ce4f8c69785f3aa8aa36328b (patch)
treea8800d4984c276295e561466ef39bf0ea34c5135 /userspace
parent14b715ae84a126074b1eb264408aaa8bac5baf53 (diff)
remove name_to_number and number_to_name
Diffstat (limited to 'userspace')
-rw-r--r--userspace/ebtables2/include/ebtables_u.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/ebtables2/include/ebtables_u.h b/userspace/ebtables2/include/ebtables_u.h
index ddf9217..ed551ba 100644
--- a/userspace/ebtables2/include/ebtables_u.h
+++ b/userspace/ebtables2/include/ebtables_u.h
@@ -205,7 +205,7 @@ 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".\n",##args); exit(-1);}
#define print_memory() {printf("Ebtables: " __FILE__ " " __FUNCTION__ \
" %d :Out of memory.\n", __LINE__); exit(-1);}