diff options
Diffstat (limited to 'plugins/telit/mm-modem-helpers-telit.h')
-rw-r--r-- | plugins/telit/mm-modem-helpers-telit.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/telit/mm-modem-helpers-telit.h b/plugins/telit/mm-modem-helpers-telit.h index ac91d20d..74f993b2 100644 --- a/plugins/telit/mm-modem-helpers-telit.h +++ b/plugins/telit/mm-modem-helpers-telit.h @@ -19,7 +19,6 @@ #include <glib.h> /* +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); #endif /* MM_MODEM_HELPERS_TELIT_H */ - |