diff options
Diffstat (limited to 'plugins/pantech/mm-plugin-pantech.c')
-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 312cb324..66eb6453 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[] = { - { (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 }, + { "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 }, { NULL } }; |