Skip to content

Commit

Permalink
Fixed Err not returning 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dvd-Znf committed Sep 26, 2023
1 parent c205a8a commit fab2423
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ int main(int argc, char *argv[]){
strcpy(video_method_target,argv[i+1]);
} else {
printf("\e[91mErr\e[0m: expected some additional argument\n(Please specify a valid vlc output module\n)");
return 1;
}
} else if(!strcmp(argv[i],"-n") || !strcmp(argv[i],"--no-key")) {
no_key=true;
Expand Down

0 comments on commit fab2423

Please sign in to comment.