diff options
Diffstat (limited to 'src/Common/libzip/zip_get_archive_comment.c')
-rw-r--r-- | src/Common/libzip/zip_get_archive_comment.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/Common/libzip/zip_get_archive_comment.c b/src/Common/libzip/zip_get_archive_comment.c index 78f8ca09..a3d5a195 100644 --- a/src/Common/libzip/zip_get_archive_comment.c +++ b/src/Common/libzip/zip_get_archive_comment.c @@ -19,3 +19,3 @@ written permission. - + THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS @@ -40,4 +40,3 @@ ZIP_EXTERN const char * -zip_get_archive_comment(zip_t *za, int *lenp, zip_flags_t flags) -{ +zip_get_archive_comment(zip_t *za, int *lenp, zip_flags_t flags) { zip_string_t *comment; @@ -51,3 +50,3 @@ zip_get_archive_comment(zip_t *za, int *lenp, zip_flags_t flags) - if ((str=_zip_string_get(comment, &len, flags, &za->error)) == NULL) + if ((str = _zip_string_get(comment, &len, flags, &za->error)) == NULL) return NULL; |