1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-03 16:37:45 +02:00

fixed windows build.

This commit is contained in:
irungentoo 2013-09-24 20:21:34 -04:00
parent a92672d2b4
commit cbb23a4f75

View File

@ -451,8 +451,8 @@ int main(int argc, char *argv[])
/* Draw */
draw_active_window(m);
usleep((uint)1000);
/* Why is this here?
usleep((unsigned int)1000); */
}
exit_toxic(m);