mirror of https://github.com/aap/librw.git
missing break
This commit is contained in:
parent
857526df46
commit
526f17fadc
|
@ -758,6 +758,7 @@ rasterFromImage(Raster *raster, Image *image)
|
|||
conv = conv_8_from_8;
|
||||
else
|
||||
goto err;
|
||||
break;
|
||||
default:
|
||||
err:
|
||||
RWERROR((ERR_INVRASTER));
|
||||
|
|
Loading…
Reference in New Issue