Fix: should be unsigned char not guint8

This commit is contained in:
Denis Kenzior 2010-04-15 16:07:12 -05:00
parent 110de93f4c
commit f1b61640f7
1 changed files with 1 additions and 1 deletions

View File

@ -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);