summaryrefslogtreecommitdiff
path: root/src/log.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2013-12-27 12:36:13 (GMT)
committerChristian Pointner <equinox@helsinki.at>2013-12-27 12:36:13 (GMT)
commitbfca54665d2fa4e72997ab9816b35011d756694e (patch)
tree36317219a8477ff7ca197090ea5ce346acc1ee28 /src/log.h
parentb46d601c70c6a2f39ca1cd1de83b0aa561ce5204 (diff)
fixed some depreacated library calls
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/log.h b/src/log.h
index f06b352..77db260 100644
--- a/src/log.h
+++ b/src/log.h
@@ -68,7 +68,7 @@ void log_targets_clear(log_targets_t* targets);
struct log_struct {
log_prio_t max_prio_;
log_targets_t targets_;
- GMutex* log_mutex_;
+ GMutex log_mutex_;
};
typedef struct log_struct log_t;