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

    r72741f4 r00c31a2  
    218218        }
    219219
    220         if (how AND (xp EQ 0))
     220        if (how AND (xp EQ 0)) {
    221221                if (wn EQ 12)
    222222                        drawpt(ptx, pty, ID_SELD);
    223223                else
    224224                        idpoint(ptx, pty, ID_SELD);
     225        }
    225226
    226227        for (i = 1; i < np; i++) {
Note: See TracChangeset for help on using the changeset viewer.