Skip to content
Snippets Groups Projects
Commit 3ba622e5 authored by Anders Blomdell's avatar Anders Blomdell
Browse files

Removed printout in case of no errors.

parent 4db2a65b
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,7 @@ static int buf_writer_ioctl(
mismatch = 1;
}
}
if (1 || mismatch) {
if (mismatch) {
fprintf(stderr, "Encoder mismatch (%s:%d)\n",
__FILE__, line);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment