Usermode/AxWin3 - Working on a bitmap/framebuffer window type
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / input.c
index 9fe73ff..bd23c0b 100644 (file)
@@ -125,8 +125,7 @@ void Input_HandleSelect(fd_set *set)
                        return ;
                }
                if( mouseinfo->NAxies > c_n_axies || mouseinfo->NButtons > c_n_buttons ) {
-                       _SysDebug(
-                               "%i axies, %i buttons above prealloc counts (%i, %i)",
+                       _SysDebug("%i axies, %i buttons above prealloc counts (%i, %i)",
                                mouseinfo->NAxies, mouseinfo->NButtons, c_n_axies, c_n_buttons
                                );
                        return ;

UCC git Repository :: git.ucc.asn.au