diff options
Diffstat (limited to 'plugins/telit/mm-modem-helpers-telit.c')
-rw-r--r-- | plugins/telit/mm-modem-helpers-telit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/telit/mm-modem-helpers-telit.c b/plugins/telit/mm-modem-helpers-telit.c index 1ee046f0..972d51e5 100644 --- a/plugins/telit/mm-modem-helpers-telit.c +++ b/plugins/telit/mm-modem-helpers-telit.c @@ -29,7 +29,7 @@ /*****************************************************************************/ /* +CSIM response parser */ -gint parse_csim_response (const guint step, const gchar* response, GError** error) +gint parse_csim_response (const guint step, const gchar *response, GError **error) { GRegex *r = NULL; GMatchInfo *match_info = NULL; |