Skip to content

Commit

Permalink
Added static to shut and added empty implementation (must there be co…
Browse files Browse the repository at this point in the history
…de added?)
  • Loading branch information
blonder committed Nov 4, 2019
1 parent 3e9c08f commit 687d1ea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion machine.c
Expand Up @@ -1864,7 +1864,11 @@ void shut_machine( struct machine *oric )
mon_freesyms( &oric->tele_banksyms[7] );
}

void shut( void );
static void shut(void)
{

}

void setdrivetype( struct machine *oric, struct osdmenuitem *mitem, int type )
{
if( oric->drivetype == type )
Expand Down

0 comments on commit 687d1ea

Please sign in to comment.