diff options
Diffstat (limited to 'src/archive/zzip_archive_plugin.c')
-rw-r--r-- | src/archive/zzip_archive_plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/archive/zzip_archive_plugin.c b/src/archive/zzip_archive_plugin.c index 97b1d727d..ba89e82b3 100644 --- a/src/archive/zzip_archive_plugin.c +++ b/src/archive/zzip_archive_plugin.c @@ -50,7 +50,7 @@ zzip_quark(void) /* archive open && listing routine */ static struct archive_file * -zzip_archive_open(char *pathname) +zzip_archive_open(const char *pathname) { struct zzip_archive *context = g_malloc(sizeof(*context)); ZZIP_DIRENT dirent; |