summaryrefslogtreecommitdiff
path: root/plugins/shn/shn.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/shn/shn.c')
-rw-r--r--plugins/shn/shn.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/shn/shn.c b/plugins/shn/shn.c
index c7f20149..881cf3b7 100644
--- a/plugins/shn/shn.c
+++ b/plugins/shn/shn.c
@@ -1795,7 +1795,8 @@ static const char settings_dlg[] =
// define plugin interface
static DB_decoder_t plugin = {
- DB_PLUGIN_SET_API_VERSION
+ .plugin.api_vmajor = 1,
+ .plugin.api_vminor = 0,
.plugin.version_major = 1,
.plugin.version_minor = 0,
.plugin.type = DB_PLUGIN_DECODER,