Explorar el Código

pnmimagetypes: Fix double return statement in bmp.h

Fixes #1628

[skip ci]
rdb hace 1 año
padre
commit
f7cca55e14
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      panda/src/pnmimagetypes/bmp.h

+ 0 - 1
panda/src/pnmimagetypes/bmp.h

@@ -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;