Changeset 599d89b in buchla-68k for ram/vtyper.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/vtyper.c

    r6dd74a9 r599d89b  
    253253                (*vt_adv)();            /* move cursor right a column */
    254254                return(FALSE);
    255         }
    256 }
    257 
     255        } else
     256                return(FALSE);
     257}
     258
Note: See TracChangeset for help on using the changeset viewer.