aboutsummaryrefslogtreecommitdiff
path: root/config_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'config_file.h')
-rw-r--r--config_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config_file.h b/config_file.h
index 7c9f8ab..ac23481 100644
--- a/config_file.h
+++ b/config_file.h
@@ -22,7 +22,7 @@
struct config_file
{
GKeyFile* key_file;
- gchar* file_name;
+ char file_name[4096];
};
void config_init();