X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=common%2Fdevices%2Fdevice.c;fp=common%2Fdevices%2Fdevice.c;h=45330c2dd22fc282162e54d6bca02d2d3bbf3834;hp=9795a79680ba04f554930075e37ab14e49bed142;hb=be7d0365740a5c0e114f9a440c62bf4644ad00d6;hpb=d6d6ed9da0bc8f96b034b323115ade9fdc11271a diff --git a/common/devices/device.c b/common/devices/device.c index 9795a79..45330c2 100644 --- a/common/devices/device.c +++ b/common/devices/device.c @@ -200,9 +200,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");