mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 11:15:13 +03:00
13 lines
491 B
Diff
13 lines
491 B
Diff
diff --git a/src/config_file.c b/src/config_file.c
|
|
index 5372708..fd57d8a 100644
|
|
--- a/src/config_file.c
|
|
+++ b/src/config_file.c
|
|
@@ -39,7 +39,7 @@
|
|
#include "config_file.h"
|
|
#include "general_functions.h"
|
|
|
|
-s_preferences prefs;
|
|
+extern s_preferences prefs;
|
|
static s_prefs_entry prefs_list[53] = {
|
|
{"display_bkg_color", &(prefs.bkg_color), STRING, "prefs_bkg_color_button", set_button_color},
|
|
{"display_result_font", &(prefs.result_font), STRING, "prefs_result_font", set_button_font},
|