summaryrefslogtreecommitdiff
path: root/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'logging.h')
-rw-r--r--logging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/logging.h b/logging.h
index 1f655dd..1cfa693 100644
--- a/logging.h
+++ b/logging.h
@@ -9,7 +9,7 @@
typedef struct tres {
guint32 time;
- const char* reason;
+ char* reason;
} tres;
void log(tres* res,int code);