diff options
Diffstat (limited to 'src/common/conf.h')
-rw-r--r-- | src/common/conf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/conf.h b/src/common/conf.h index 4c3dec89f..666853ba6 100644 --- a/src/common/conf.h +++ b/src/common/conf.h @@ -10,4 +10,4 @@ int conf_read_file(config_t *config, const char *config_filename); int config_setting_copy(config_setting_t *parent, const config_setting_t *src); -#endif // _CONF_H_
\ No newline at end of file +#endif // _CONF_H_ |