diff options
author | Max Kellermann <max@duempel.org> | 2009-12-16 16:04:16 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-12-16 15:55:48 +0100 |
commit | b009970af7db696b95da1fcea6656a42068fcb1c (patch) | |
tree | 55470eb3bea2445ee6753bf1901b6117c0cc0619 /src/archive/bz2_archive_plugin.c | |
parent | bd97586cc48431ebb3e5be7cdfcae435458dc508 (diff) | |
download | mpd-b009970af7db696b95da1fcea6656a42068fcb1c.tar.gz mpd-b009970af7db696b95da1fcea6656a42068fcb1c.tar.xz mpd-b009970af7db696b95da1fcea6656a42068fcb1c.zip |
archive/bz2: renamed archive sources and plugin variables
Diffstat (limited to '')
-rw-r--r-- | src/archive/bz2_archive_plugin.c (renamed from src/archive/bz2_plugin.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/archive/bz2_plugin.c b/src/archive/bz2_archive_plugin.c index 713dcc234..92d97b61a 100644 --- a/src/archive/bz2_plugin.c +++ b/src/archive/bz2_archive_plugin.c @@ -267,7 +267,7 @@ static const struct input_plugin bz2_inputplugin = { .eof = bz2_is_eof, }; -const struct archive_plugin bz2_plugin = { +const struct archive_plugin bz2_archive_plugin = { .name = "bz2", .open = bz2_open, .scan_reset = bz2_scan_reset, |