pnmimagetypes: Fix double return statement in bmp.h
Fixes #1628 [skip ci]
This commit is contained in:
parent
4f7b153c3f
commit
f7cca55e14
|
|
@ -48,7 +48,6 @@ BMPlenfileheader(int classv)
|
|||
case C_WINV4:
|
||||
case C_WINV5:
|
||||
return 14;
|
||||
return 14;
|
||||
default:
|
||||
pm_error(er_internal, "BMPlenfileheader");
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue