mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-27 17:53:13 +00:00
ffmpeg_opt: remove errant space
Signed-off-by: Lou Logan <lou@lrcd.com>
This commit is contained in:
parent
419e5e7942
commit
04858650b1
@ -932,7 +932,7 @@ static void assert_file_overwrite(const char *filename)
|
|||||||
if (!file_overwrite) {
|
if (!file_overwrite) {
|
||||||
if (proto_name && !strcmp(proto_name, "file") && avio_check(filename, 0) == 0) {
|
if (proto_name && !strcmp(proto_name, "file") && avio_check(filename, 0) == 0) {
|
||||||
if (stdin_interaction && !no_file_overwrite) {
|
if (stdin_interaction && !no_file_overwrite) {
|
||||||
fprintf(stderr,"File '%s' already exists. Overwrite ? [y/N] ", filename);
|
fprintf(stderr,"File '%s' already exists. Overwrite? [y/N] ", filename);
|
||||||
fflush(stderr);
|
fflush(stderr);
|
||||||
term_exit();
|
term_exit();
|
||||||
signal(SIGINT, SIG_DFL);
|
signal(SIGINT, SIG_DFL);
|
||||||
|
Loading…
Reference in New Issue
Block a user