aboutsummaryrefslogtreecommitdiff
path: root/src/config_file.h
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.h
parent6173eb0eec3d1a0fbf5436e15cb314468f3f6c9c (diff)
downloadparamano-32ee4028069ff3317e91bbed9edad48b67c64881.tar.xz
Code cleanup
Diffstat (limited to 'src/config_file.h')
-rw-r--r--src/config_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config_file.h b/src/config_file.h
index 0ce78bb..d478e64 100644
--- a/src/config_file.h
+++ b/src/config_file.h
@@ -30,4 +30,4 @@ gboolean config_open(struct config_file* config_file);
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);
-#endif
+#endif \ No newline at end of file