commit ef13809e08455f9cb51bdb9805ad3d318b118eb2 parent 2f8cc83aa469299daebc75e0fc119ed5b3da7f30 Author: Devine Lu Linvega <aliceffekt@gmail.com> Date: Mon, 8 Nov 2021 12:13:43 -0500 Made reboot static Diffstat:
M | src/uxnemu.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/uxnemu.c b/src/uxnemu.c @@ -457,7 +457,7 @@ start(Uxn *u, char *rom) return 1; } -void +static void restart(Uxn *u) { set_size(WIDTH, HEIGHT, 1);