From 9906daeca71b7e552721f85f3696d9e6a20f7a5b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 8 Feb 2014 13:22:13 +0100 Subject: ArchivePlugin: rename struct archive_plugin to ArchivePlugin --- src/archive/plugins/Bzip2ArchivePlugin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/archive/plugins/Bzip2ArchivePlugin.cxx') diff --git a/src/archive/plugins/Bzip2ArchivePlugin.cxx b/src/archive/plugins/Bzip2ArchivePlugin.cxx index c9648050b..272a3f81c 100644 --- a/src/archive/plugins/Bzip2ArchivePlugin.cxx +++ b/src/archive/plugins/Bzip2ArchivePlugin.cxx @@ -282,7 +282,7 @@ const InputPlugin bz2_inputplugin = { nullptr, }; -const struct archive_plugin bz2_archive_plugin = { +const ArchivePlugin bz2_archive_plugin = { "bz2", nullptr, nullptr, -- cgit v1.2.3