diff options
-rw-r--r-- | plugins/pantech/mm-plugin-pantech.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/pantech/mm-plugin-pantech.c b/plugins/pantech/mm-plugin-pantech.c index 66eb6453..312cb324 100644 --- a/plugins/pantech/mm-plugin-pantech.c +++ b/plugins/pantech/mm-plugin-pantech.c @@ -66,9 +66,9 @@ port_probe_response_processor_is_pantech_at (const gchar *command, } static const MMPortProbeAtCommand custom_at_probe[] = { - { "ATE0", 3, port_probe_response_processor_is_pantech_at }, - { "ATE0", 3, port_probe_response_processor_is_pantech_at }, - { "ATE0", 3, port_probe_response_processor_is_pantech_at }, + { (gchar *) "ATE0", 3, port_probe_response_processor_is_pantech_at }, + { (gchar *) "ATE0", 3, port_probe_response_processor_is_pantech_at }, + { (gchar *) "ATE0", 3, port_probe_response_processor_is_pantech_at }, { NULL } }; |