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