summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/atmodem/stk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/atmodem/stk.c b/drivers/atmodem/stk.c
index c4edfa0a..8cff4a22 100644
--- a/drivers/atmodem/stk.c
+++ b/drivers/atmodem/stk.c
@@ -90,7 +90,7 @@ error:
}
static void at_stk_envelope(struct ofono_stk *stk, int length,
- const guint8 *command,
+ const unsigned char *command,
ofono_stk_envelope_cb_t cb, void *data)
{
struct stk_data *sd = ofono_stk_get_data(stk);