mirror of https://github.com/encounter/SDL.git
parent
d7a46a16e9
commit
3369b0163f
|
@ -59,7 +59,7 @@ static void waitUntilDeviceIsReady(char *path)
|
||||||
|
|
||||||
while(ret != 0 && retries > 0) {
|
while(ret != 0 && retries > 0) {
|
||||||
ret = stat(path, &buffer);
|
ret = stat(path, &buffer);
|
||||||
/* Wait untill the device is ready */
|
/* Wait until the device is ready */
|
||||||
nopdelay();
|
nopdelay();
|
||||||
|
|
||||||
retries--;
|
retries--;
|
||||||
|
|
Loading…
Reference in New Issue