commit ab5e823391194ba948a129fa5e49b4b6794b944a
parent 4d685e923bb4ad23642686add5015361bb62af0c
Author: Paul <paul@claws-mail.org>
Date: Mon, 7 Apr 2025 12:38:09 +0100
fix 'useless storage class specifier in empty declaration' warning
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/plugins/rssyl/rssyl_prefs.c b/src/plugins/rssyl/rssyl_prefs.c
@@ -63,7 +63,7 @@ static PrefParam param[] = {
{ 0, 0, 0, 0, 0, 0, 0 }
};
-static struct _RPrefsPage {
+struct _RPrefsPage {
PrefsPage page;
GtkWidget *refresh_enabled;
GtkWidget *refresh;