diff options
| author | Simo Sorce <ssorce@redhat.com> | 2009-07-03 12:19:12 -0400 |
|---|---|---|
| committer | Simo Sorce <ssorce@redhat.com> | 2009-07-03 12:36:25 -0400 |
| commit | 83c93245fe1ad9db71e0146b6984d5b7628a455a (patch) | |
| tree | 7d02e9f4c3ded009b6fe95b1827a4edee7c94d42 /collection/collection_stack.c | |
| parent | 93ddfbe39c99c9d4a1b4c0b75c1e657c64c883b8 (diff) | |
| download | ding-libs2-83c93245fe1ad9db71e0146b6984d5b7628a455a.tar.gz ding-libs2-83c93245fe1ad9db71e0146b6984d5b7628a455a.tar.xz ding-libs2-83c93245fe1ad9db71e0146b6984d5b7628a455a.zip | |
Clean up warnings in common/
Fix consts and function declarations
Diffstat (limited to 'collection/collection_stack.c')
| -rw-r--r-- | collection/collection_stack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/collection/collection_stack.c b/collection/collection_stack.c index 9290b4e..674c6c1 100644 --- a/collection/collection_stack.c +++ b/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; |
