diff options
Diffstat (limited to 'src/common/logging.c')
-rw-r--r-- | src/common/logging.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/logging.c b/src/common/logging.c index aad69f96..08b66f0d 100644 --- a/src/common/logging.c +++ b/src/common/logging.c | |||
@@ -37,7 +37,7 @@ static GtkWidget * infoWindowTextView; | |||
37 | static GladeXML * statusXML; | 37 | static GladeXML * statusXML; |
38 | 38 | ||
39 | static void init() { | 39 | static void init() { |
40 | if (statusXML != NULL) | 40 | if (statusXML != NULL) |
41 | return; | 41 | return; |
42 | statusXML | 42 | statusXML |
43 | = glade_xml_new(getGladeFileName(), | 43 | = glade_xml_new(getGladeFileName(), |