mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -04:00
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…
x
Reference in New Issue
Block a user