Ignore:
Timestamp:
May 11, 2023, 10:44:53 PM (2 years ago)
Author:
gyoung
Message:

Fix errors reported by CPPCheck

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JPGPROC/source/gbmsrc/gbmlbm.c

    r2 r57  
    12181218        return rc;
    12191219
    1220 for ( i = 0; i <= 0x10; i++ )
     1220for ( i = 0; i < 0x10; i++ )
    12211221        gbmrgb_grey[i].r = gbmrgb_grey[i].g = gbmrgb_grey[i].b = (byte) (i * 0x11);
    12221222
Note: See TracChangeset for help on using the changeset viewer.