Changeset 3063 for trunk/src/lib/kDep.c


Ignore:
Timestamp:
Sep 30, 2017, 1:34:07 PM (8 years ago)
Author:
bird
Message:

warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/kDep.c

    r2955 r3063  
    130130         */
    131131        while (*psz != '/' && *psz)
    132             *psz++;
     132            psz++;
    133133        chSlash = *psz;
    134134        *psz = '\0';
Note: See TracChangeset for help on using the changeset viewer.