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