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

    r72741f4 r00c31a2  
    687687                        /* find the end of the chain for the stimulus */
    688688
    689                         while (pp = patches[np].nextstm)
     689                        while ((pp = patches[np].nextstm))
    690690                                np = pp;
    691691
Note: See TracChangeset for help on using the changeset viewer.