diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2007-08-01 15:19:15 +0000 |
---|---|---|
committer | Yasuyuki KOZAKAI <yasuyuki@netfilter.org> | 2007-08-01 15:19:15 +0000 |
commit | d884051d7dfa51ebe1a37e343af516b1bba6943d (patch) | |
tree | 53c9c6d97b0b5971691900f87b0fa307fe6282c0 /iptables.c | |
parent | 6053fe00dda962fbabe158291a88b1a92aadc215 (diff) |
Make @msg argument a const char *, just like printf().
Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
Diffstat (limited to 'iptables.c')
-rw-r--r-- | iptables.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -348,7 +348,7 @@ static void free_opts(int reset_offset) } void -exit_error(enum exittype status, char *msg, ...) +exit_error(enum exittype status, const char *msg, ...) { va_list args; |