aboutsummaryrefslogtreecommitdiff
path: root/src/config_file.c
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-02-14 21:19:10 +1300
committerDavid <dbphillipsnz@gmail.com>2014-02-14 21:19:10 +1300
commit32ee4028069ff3317e91bbed9edad48b67c64881 (patch)
tree29b545302eecbd1158b4abbee5b549960f10b9a9 /src/config_file.c
parent6173eb0eec3d1a0fbf5436e15cb314468f3f6c9c (diff)
downloadparamano-32ee4028069ff3317e91bbed9edad48b67c64881.tar.xz
Code cleanup
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