From f70f209239d51a5893f8f9f080b19b6ee94ff4af Mon Sep 17 00:00:00 2001 From: Lucas de Castro Borges Date: Mon, 22 Apr 2024 18:22:59 -0300 Subject: New upstream version 2.0.9pre --- modules/devices/printers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/devices/printers.c') 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; -- cgit v1.2.3