aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/firewall_dlg.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/firewall_dlg.c')
-rw-r--r--ui/gtk/firewall_dlg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/gtk/firewall_dlg.c b/ui/gtk/firewall_dlg.c
index 106094350a..5a270c539f 100644
--- a/ui/gtk/firewall_dlg.c
+++ b/ui/gtk/firewall_dlg.c
@@ -139,8 +139,8 @@ static void sf_pf_ipv4_port(GString *rtxt, gchar *addr, guint32 port, port_type
static void sf_netsh_ipv4_port(GString *rtxt, gchar *addr, guint32 port, port_type ptype, gboolean inbound, gboolean deny);
typedef struct _fw_product_t {
- gchar *name;
- gchar *comment_pfx;
+ const gchar *name;
+ const gchar *comment_pfx;
syntax_func mac_func;
syntax_func ipv4_func;
syntax_func port_func;