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

    r72741f4 r00c31a2  
    12021202        /* make sure the name is unique */
    12031203
    1204         if (rc = ckdups()) {
     1204        if ((rc = ckdups())) {
    12051205
    12061206                sprintf(ldmsg1, "Duplicate %s", ftypes[rc - 1][2]);
Note: See TracChangeset for help on using the changeset viewer.