From 6fbee273b6758a4948346551d7781fa7d78db93b Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 17 Sep 2021 20:36:47 +0200 Subject: Dumb --- zathura-note/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zathura-note/plugin.c b/zathura-note/plugin.c index 713475e..f9e5fdc 100644 --- a/zathura-note/plugin.c +++ b/zathura-note/plugin.c @@ -1,6 +1,6 @@ #include "plugin.h" -ZATHURA_PLUGIN_REGISTER_WITH_FUNCTIONS("pdf-mupdf", VERSION_MAJOR, VERSION_MINOR, VERSION_REV, +ZATHURA_PLUGIN_REGISTER_WITH_FUNCTIONS("note", VERSION_MAJOR, VERSION_MINOR, VERSION_REV, ZATHURA_PLUGIN_FUNCTIONS({ .document_open = note_document_open, .document_free = note_document_free, -- cgit v1.2.3