From 550f27dbdbd00024e483b989ebc033b2cbe0d239 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 3 Jul 2009 12:19:12 -0400 Subject: Clean up warnings in common/ Fix consts and function declarations --- common/collection/collection_stack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/collection/collection_stack.c') diff --git a/common/collection/collection_stack.c b/common/collection/collection_stack.c index 9290b4e4..674c6c16 100644 --- a/common/collection/collection_stack.c +++ b/common/collection/collection_stack.c @@ -50,7 +50,7 @@ void col_destroy_stack(struct collection_item *stack) int col_push_str_property(struct collection_item *stack, - const char *property, char *string, int length) + const char *property, const char *string, int length) { int error = EOK; -- cgit