X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=common%2Fdevices%2Fdevice.c;h=6a28122881c3ce29006248de7f9042c786b309d4;hp=db6d768da2777ef5905c6e6e7ddca137016db7a3;hb=43f66b7662ed5c83d1cfefb84b122499b08675c3;hpb=81b1712d54efa46b3148a5beb42d32d7632ef30c diff --git a/common/devices/device.c b/common/devices/device.c index db6d768..6a28122 100644 --- a/common/devices/device.c +++ b/common/devices/device.c @@ -192,9 +192,9 @@ void SelectLoop() { if ( err > 0 ) { /* call singal handler to process incoming data */ SigHandler(0); - /* refresh timeout, just for linux :-( */ + /* refresh timeout, just for linux :-( */ /* required for irda */ - timeout.tv_sec=15; + timeout.tv_sec=15; } else { if (err == -1) perror("Error in SelectLoop");