gcrypt: Fix return value of pad_oaep().
[paraslash.git] / gui_theme.c
index ffa5d792ee199f16e5bb26c5e6557054520f8e5c..4abc45ec6e7a0cd60872d840a04d4f2659ca5119 100644 (file)
@@ -362,7 +362,7 @@ struct theme_description {
        void (*init)(struct gui_theme *t);
 };
 
-struct theme_description themes[] = {
+static struct theme_description themes[] = {
        {
                .name = "colorful blackness",
                .init = init_theme_colorful_blackness,