Marked functions in src/dumb/ taking no parameters with the void parameter.
authorDavid Griffith <dave@661.org>
Mon, 1 May 2023 03:19:10 +0000 (20:19 -0700)
committerDavid Griffith <dave@661.org>
Thu, 4 May 2023 06:13:14 +0000 (23:13 -0700)
src/dumb/dinput.c

index 7fc642db2d7eafa5707a3c9fb66ab0d4ece08146..3f405ecabab8daab87ae95fca7e5df467eeadc44 100644 (file)
@@ -622,7 +622,7 @@ zword os_read_mouse(void)
        return 0;
 }
 
-void os_tick()
+void os_tick(void)
 {
        /* Nothing here yet */
 }