From 49e342a59445280241298d273ca8aa3358f12587 Mon Sep 17 00:00:00 2001 From: Alexander Tarasikov Date: Wed, 25 Jul 2012 11:23:02 +0400 Subject: Fix some compilation warnings --- client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client.c') diff --git a/client.c b/client.c index 7f2b987..ee3e0bc 100644 --- a/client.c +++ b/client.c @@ -129,7 +129,7 @@ void *ril_client_thread(void *data) return 0; } - client = (struct ipc_client *) data; + client = (struct ril_client *) data; for(c = 5 ; c > 0 ; c--) { client->state = RIL_CLIENT_READY; -- cgit v1.2.3