From ece37d66ae394a0d783f3cba8a71d7b61735b0aa Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Mon, 16 Dec 2013 23:55:14 +0100 Subject: ipc: qualify pointers whose dereferenced values are constant with const --- ipc/ipc_object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipc/ipc_object.c') diff --git a/ipc/ipc_object.c b/ipc/ipc_object.c index b8cae8f..982bd4e 100644 --- a/ipc/ipc_object.c +++ b/ipc/ipc_object.c @@ -1007,7 +1007,7 @@ char *ikot_print_array[IKOT_MAX_TYPE] = { void ipc_object_print( - ipc_object_t object) + const ipc_object_t object) { int kotype; -- cgit v1.2.3