mirror of
https://github.com/aap/librw.git
synced 2025-12-19 17:09:51 +00:00
missing break
This commit is contained in:
@@ -758,6 +758,7 @@ rasterFromImage(Raster *raster, Image *image)
|
||||
conv = conv_8_from_8;
|
||||
else
|
||||
goto err;
|
||||
break;
|
||||
default:
|
||||
err:
|
||||
RWERROR((ERR_INVRASTER));
|
||||
|
||||
Reference in New Issue
Block a user