Changeset dade7a0 in buchla-68k for libsm/strltrm.c


Ignore:
Timestamp:
07/15/2017 11:23:25 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
e102943
Parents:
c80943f
Message:

No more warnings in libsm.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libsm/strltrm.c

    rc80943f rdade7a0  
    2424                ++rp;
    2525
    26         while (c = *rp++)
     26        while ((c = *rp++))
    2727                *lp++ = c;
    2828
Note: See TracChangeset for help on using the changeset viewer.