mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-13 16:07:36 +00:00
log: Fix One Definition Rule
As caught by running with enabled address sanitization.
This commit is contained in:
parent
a8de63f838
commit
7587efb78a
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue