summaryrefslogtreecommitdiffstats
path: root/iptables-xml.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2007-08-01 15:19:15 +0000
committerYasuyuki KOZAKAI <yasuyuki@netfilter.org>2007-08-01 15:19:15 +0000
commitd884051d7dfa51ebe1a37e343af516b1bba6943d (patch)
tree53c9c6d97b0b5971691900f87b0fa307fe6282c0 /iptables-xml.c
parent6053fe00dda962fbabe158291a88b1a92aadc215 (diff)
Make @msg argument a const char *, just like printf().
Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
Diffstat (limited to 'iptables-xml.c')
-rw-r--r--iptables-xml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables-xml.c b/iptables-xml.c
index 71d52885..1bb2e203 100644
--- a/iptables-xml.c
+++ b/iptables-xml.c
@@ -29,7 +29,7 @@ const char *program_version;
#ifndef IPTABLES_MULTI
int line = 0;
-void exit_error(enum exittype status, char *msg, ...)
+void exit_error(enum exittype status, const char *msg, ...)
{
va_list args;