diff options
Diffstat (limited to 'src/ArchivePlugin.cxx')
-rw-r--r-- | src/ArchivePlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ArchivePlugin.cxx b/src/ArchivePlugin.cxx index 42c90eec8..55721efc3 100644 --- a/src/ArchivePlugin.cxx +++ b/src/ArchivePlugin.cxx @@ -70,7 +70,7 @@ archive_file_scan_reset(struct archive_file *file) file->plugin->scan_reset(file); } -char * +const char * archive_file_scan_next(struct archive_file *file) { assert(file != NULL); |