aboutsummaryrefslogtreecommitdiff
path: root/modules/devices/printers.c
diff options
context:
space:
mode:
authorhwspeedy <ns@bigbear.dk>2024-02-28 21:14:30 +0100
committerhwspeedy <ns@bigbear.dk>2024-02-28 21:14:30 +0100
commit1537718abeb6807f341a19babd4cee3b46877d91 (patch)
tree507cc0ddd26336a537e9399991c6882aaaf11e51 /modules/devices/printers.c
parent8209e8508b2a35611d92f8d93b3aa0297d72f405 (diff)
FIX GCC warnings and enable debug for old distros
Diffstat (limited to 'modules/devices/printers.c')
-rw-r--r--modules/devices/printers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/devices/printers.c b/modules/devices/printers.c
index d880e691..0ed9dcda 100644
--- a/modules/devices/printers.c
+++ b/modules/devices/printers.c
@@ -43,7 +43,7 @@ struct _CUPSDest {
static int (*cups_dests_get) (CUPSDest **dests) = NULL;
static int (*cups_dests_free) (int num_dests, CUPSDest *dests) = NULL;
static void (*cups_set_server)(const char *server) = NULL;
-volatile static gboolean cups_init = FALSE;
+static volatile gboolean cups_init = FALSE;
GModule *cups;