1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-28 14:49:30 +00:00

log: Fix One Definition Rule

As caught by running with enabled address sanitization.
This commit is contained in:
Evangelos Ribeiro Tzaras 2022-01-27 16:47:43 +01:00
parent a8de63f838
commit 7587efb78a

View file

@ -19,10 +19,10 @@
#define DEFAULT_DOMAIN_PREFIX "Calls"
char *domains;
static char *domains;
static int verbosity;
gboolean any_domain;
gboolean stderr_is_journal;
static gboolean any_domain;
static gboolean stderr_is_journal;
static void
log_str_append_log_domain (GString *log_str,