X-Git-Url: http://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=common%2Fdevices%2Fdevice.c;h=45330c2dd22fc282162e54d6bca02d2d3bbf3834;hp=9795a79680ba04f554930075e37ab14e49bed142;hb=a9f1dbe5e1a324c347d8d5ccf89485f89f78da97;hpb=5d49fe8eea4e11457b4f9904eb0d5db435679841 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");