Add missing break statement
This commit is contained in:
parent
f200015b3c
commit
c2513d8a4e
1 changed files with 1 additions and 0 deletions
|
|
@ -412,6 +412,7 @@ void zlibStream::doDecompress_ExternalData(const unsigned char *data, const char
|
|||
{
|
||||
wxLogError(wxT("Data seems to not be zlib or gzip data!"));
|
||||
}
|
||||
break;
|
||||
default:
|
||||
wxLogError(wxT("Unknown flag, skipping quick test."));
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue