aboutsummaryrefslogtreecommitdiff
path: root/src/common/logging.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/logging.c')
-rw-r--r--src/common/logging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/logging.c b/src/common/logging.c
index 645f94dd..9384f9ad 100644
--- a/src/common/logging.c
+++ b/src/common/logging.c
@@ -191,7 +191,7 @@ GNUNET_GTK_create_gtk_logger (GNUNET_GE_KIND mask)
191 return myLog; 191 return myLog;
192} 192}
193 193
194void __attribute__ ((destructor)) gnunet_gtk_common_ltdl_fini () 194void __attribute__ ((destructor)) GNUNET_GTK_common_ltdl_fini ()
195{ 195{
196 if (statusXML != NULL) 196 if (statusXML != NULL)
197 { 197 {