Skip to content

Commit

Permalink
options: Remove redundant return
Browse files Browse the repository at this point in the history
  • Loading branch information
qarkai committed May 24, 2020
1 parent 8c04a5d commit 24e8fa5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions options.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 24e8fa5

Please sign in to comment.