Browse code

Made reboot static

Devine Lu Linvega authored on 08/11/2021 17:13:43
Showing 1 changed files
... ...
@@ -457,7 +457,7 @@ start(Uxn *u, char *rom)
457 457
 	return 1;
458 458
 }
459 459
 
460
-void
460
+static void
461 461
 restart(Uxn *u)
462 462
 {
463 463
 	set_size(WIDTH, HEIGHT, 1);