diff --git a/options.c b/options.c index 108081b..8a41bbb 100644 --- a/options.c +++ b/options.c @@ -115,8 +115,6 @@ void load_options(const char* filename, options_t *opts) { #endif fclose(config_file); - - return; } void save_options(const char* filename, const options_t *opts) {