summaryrefslogtreecommitdiffstats
path: root/include/osmocore/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocore/logging.h')
-rw-r--r--include/osmocore/logging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocore/logging.h b/include/osmocore/logging.h
index 7bf2440..70e8f14 100644
--- a/include/osmocore/logging.h
+++ b/include/osmocore/logging.h
@@ -84,7 +84,7 @@ struct log_target {
union {
struct {
FILE *out;
- } tgt_stdout;
+ } tgt_file;
struct {
int priority;