diff options
author | Bart De Schuymer <bdschuym@pandora.be> | 2002-11-20 19:39:02 +0000 |
---|---|---|
committer | Bart De Schuymer <bdschuym@pandora.be> | 2002-11-20 19:39:02 +0000 |
commit | 7f72d26b5d615ac8135b53127e9629636592f305 (patch) | |
tree | da364457c3e198635178520dd36dae2448387e06 /include | |
parent | cd33827064223600ae98e59fef51f6668d83667f (diff) | |
download | ebtables-7f72d26b5d615ac8135b53127e9629636592f305.tar.gz ebtables-7f72d26b5d615ac8135b53127e9629636592f305.tar.bz2 ebtables-7f72d26b5d615ac8135b53127e9629636592f305.zip |
remove name_to_number and number_to_name
Diffstat (limited to 'include')
-rw-r--r-- | include/ebtables_u.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ebtables_u.h b/include/ebtables_u.h index ddf9217..ed551ba 100644 --- a/include/ebtables_u.h +++ b/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);} |