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

    r6dd74a9 r599d89b  
    244244                return(SUCCESS);
    245245        }
     246
     247        return(FAILURE);
    246248}
    247249
     
    359361                return(SUCCESS);
    360362        }
     363
     364        return(FAILURE);
    361365}
    362366
     
    878882                }
    879883
     884                return(FAILURE);
     885
    880886        } else {
    881887
Note: See TracChangeset for help on using the changeset viewer.