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

    r72741f4 r00c31a2  
    251251                for (i = 224; i--; ) {
    252252
    253                         if (sword = maskpx & *fsl)
     253                        if ((sword = maskpx & *fsl))
    254254                                *optr = (*optr & masksl) | sword;
    255255
Note: See TracChangeset for help on using the changeset viewer.