diff --git a/v4l2/grabvidseq.c b/v4l2/grabvidseq.c index 9bc30cab..5c3f9d26 100644 --- a/v4l2/grabvidseq.c +++ b/v4l2/grabvidseq.c @@ -398,6 +398,7 @@ switch (foo) { break; case FILE_TYPE_TIFF: foo = fimg_write_as_tiff(to_save, outfile, 0); + break; default: fprintf(stderr, "can't save as %s\n", outfile); break;