summaryrefslogtreecommitdiffstats
path: root/common/collection/collection_stack.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/collection/collection_stack.c')
-rw-r--r--common/collection/collection_stack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/collection/collection_stack.c b/common/collection/collection_stack.c
index 9290b4e4f..674c6c16d 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;