Made reboot static

This commit is contained in:
Devine Lu Linvega 2021-11-08 12:13:43 -05:00
parent 2f8cc83aa4
commit ef13809e08
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@ start(Uxn *u, char *rom)
return 1;
}
void
static void
restart(Uxn *u)
{
set_size(WIDTH, HEIGHT, 1);