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

    r72741f4 r00c31a2  
    5959        nb = 0L;
    6060
    61         if (pp = find1st()) {
     61        if ((pp = find1st())) {
    6262
    6363                while (pp) {
     
    100100                LCFBX10, LCBBX10);
    101101
    102         if (pp = find1st()) {
     102        if ((pp = find1st())) {
    103103
    104104                while (pp) {
Note: See TracChangeset for help on using the changeset viewer.