Changeset 599d89b in buchla-68k for ram/ettpch.c


Ignore:
Timestamp:
07/09/2017 01:17:57 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
002f873
Parents:
6dd74a9
Message:

Missing return values. Missing int declarations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/ettpch.c

    r6dd74a9 r599d89b  
    9090                else
    9191                        return(-10);            /* -10 = not a field */
    92         }
     92        } else
     93                return(-10);                    /* -10 = not a field */
    9394}
    9495
Note: See TracChangeset for help on using the changeset viewer.