Add missing break statement

This commit is contained in:
Paul Cornett
2018-05-11 10:13:35 -07:00
parent ecc3de3f04
commit 220200ce07

View File

@@ -343,6 +343,7 @@ bool wxLZMAOutputStream::DoFlush(bool finish)
case LZMA_MEM_ERROR:
err = wxTRANSLATE("out of memory");
break;
default:
err = wxTRANSLATE("unknown compression error");