diff options
Diffstat (limited to 'samsung-ipc/call.c')
-rw-r--r-- | samsung-ipc/call.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samsung-ipc/call.c b/samsung-ipc/call.c index 718b02e..58b0f52 100644 --- a/samsung-ipc/call.c +++ b/samsung-ipc/call.c @@ -65,7 +65,7 @@ struct ipc_call_list_entry *ipc_call_list_entry_extract(const void *data, struct ipc_call_list_entry *entry = NULL; unsigned char count; unsigned char i; - size_t offset; + unsigned int offset; if (data == NULL) return NULL; |