*/Registry: use constinit

This commit is contained in:
Max Kellermann
2023-03-07 11:59:39 +01:00
parent 333b36f090
commit 815b248990
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
#include <string.h>
constexpr const ArchivePlugin *archive_plugins[] = {
constinit const ArchivePlugin *const archive_plugins[] = {
#ifdef ENABLE_BZ2
&bz2_archive_plugin,
#endif