aboutsummaryrefslogtreecommitdiffstats
path: root/src/ArchiveList.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/ArchiveList.hxx')
-rw-r--r--src/ArchiveList.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ArchiveList.hxx b/src/ArchiveList.hxx
index 057c351de..cbf159b2f 100644
--- a/src/ArchiveList.hxx
+++ b/src/ArchiveList.hxx
@@ -27,7 +27,7 @@ extern const struct archive_plugin *const archive_plugins[];
#define archive_plugins_for_each(plugin) \
for (const struct archive_plugin *plugin, \
*const*archive_plugin_iterator = &archive_plugins[0]; \
- (plugin = *archive_plugin_iterator) != NULL; \
+ (plugin = *archive_plugin_iterator) != nullptr; \
++archive_plugin_iterator)
/* interface for using plugins */