aboutsummaryrefslogtreecommitdiffstats
path: root/extcap_parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'extcap_parser.c')
-rw-r--r--extcap_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extcap_parser.c b/extcap_parser.c
index 5a02df08ff..1e6b1170a8 100644
--- a/extcap_parser.c
+++ b/extcap_parser.c
@@ -46,7 +46,7 @@ extcap_complex *extcap_parse_complex(extcap_arg_type complex_type,
extcap_complex *rc = g_new0(extcap_complex, 1);
- rc->_val = g_strdup( (gchar *) data);
+ rc->_val = g_strdup(data);
rc->complex_type = complex_type;
return rc;