Skip to content

Commit

Permalink
file_open_error_msg function in search.c fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetmertguduz committed May 13, 2024
1 parent 1159746 commit 5823ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search/search.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ void search(char *tags)

if (config == NULL)
{
file_open_error_msg(config);
file_open_error_msg();
exit(EXIT_FAILURE);
}

Expand Down

0 comments on commit 5823ce0

Please sign in to comment.