aboutsummaryrefslogtreecommitdiff
path: root/src/config_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config_file.c')
-rw-r--r--src/config_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config_file.c b/src/config_file.c
index 862a3c6..73ac321 100644
--- a/src/config_file.c
+++ b/src/config_file.c
@@ -36,4 +36,4 @@ void config_close(struct config_file* config_file)
gchar* config_get_key(struct config_file* config_file, const gchar* group_name, const gchar* key_name)
{
return g_key_file_get_value(config_file->key_file, group_name, key_name, NULL);
-}
+} \ No newline at end of file