coverity/62611: Nesting level does not match indentation

The nested line was the else-branch of an if-then-else block that dealt
with cryptography, but after commit
85338fe1d5 (Remove cryptography) removed
the if-then part, the indentation of this line was not adjusted.
This commit is contained in:
oni-link
2016-01-07 12:10:15 +01:00
parent 2d39eea9f0
commit 23669bd7df

View File

@@ -1878,7 +1878,8 @@ failed:
}
if (msg_add_fileformat(fileformat))
c = TRUE;
msg_add_lines(c, (long)linecnt, filesize);
msg_add_lines(c, (long)linecnt, filesize);
xfree(keep_msg);
keep_msg = NULL;