diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/stk.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ void __ofono_cbs_sim_download(struct ofono_stk *stk, } void ofono_stk_proactive_command_notify(struct ofono_stk *stk, - int length, const guint8 *pdu) + int length, const unsigned char *pdu) { struct stk_command *cmd; char *buf; |