Changeset 00c31a2 in buchla-68k for ram/ptselbx.c


Ignore:
Timestamp:
11/15/2017 07:46:27 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
58ff1a9
Parents:
72741f4
Message:

Fixed parentheses and braces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/ptselbx.c

    r72741f4 r00c31a2  
    12421242                                ptedat2 = 0x0000;
    12431243
    1244                                 if (ptd = desdatf[i]) {
     1244                                if ((ptd = desdatf[i])) {
    12451245
    12461246                                        if (ptd & 1)
Note: See TracChangeset for help on using the changeset viewer.