This commit is contained in:
Gerolf Ziegenhain 2016-09-24 16:34:20 +02:00
parent 2445a111f3
commit 0252a2803b
1 changed files with 0 additions and 1 deletions

View File

@ -112,7 +112,6 @@ int kbhit (void)
select (STDIN_FILENO+1, &rdfs, NULL, NULL, &tv);
return FD_ISSET(STDIN_FILENO, &rdfs);
}