diff options
Diffstat (limited to 'samsung-ipc/ipc.c')
-rw-r--r-- | samsung-ipc/ipc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samsung-ipc/ipc.c b/samsung-ipc/ipc.c index 9ef091c..3054b98 100644 --- a/samsung-ipc/ipc.c +++ b/samsung-ipc/ipc.c @@ -54,7 +54,7 @@ void ipc_client_log(struct ipc_client *client, const char *message, ...) struct ipc_client* ipc_client_new(int client_type) { struct ipc_client *client; - struct ips_ops *ops = NULL; + struct ipc_ops *ops = NULL; switch (client_type) { |