Changeset 00c31a2 in buchla-68k for ram/ptdkey.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/ptdkey.c

    r72741f4 r00c31a2  
    11851185
    11861186                        if (((ptesuba & 0x0001) AND (stccol EQ 45)) OR
    1187                             ((0 EQ ptesuba & 0x0001) AND (stccol EQ 44)))
     1187                            ((0 EQ (ptesuba & 0x0001)) AND (stccol EQ 44)))
    11881188                                ctcon();
    11891189                        else
Note: See TracChangeset for help on using the changeset viewer.