Output fix.

This commit is contained in:
n-a-c-h
2006-03-23 20:53:14 +00:00
parent 29637130ff
commit cebda08581

View File

@@ -446,7 +446,7 @@ extern void WriteLine();
void MultiMouseInit()
{
int mice = ManyMouse_Init();
printf("ManyMouse: %d mice detected.", mice);
printf("ManyMouse: %d mice detected.\n", mice);
multiMouseMode = 1;
}