X-Git-Url: http://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=common%2Fdevices%2Fdevice.c;fp=common%2Fdevices%2Fdevice.c;h=bf48de3995749a4abcb37285b253e3dd0289d935;hp=abf18628275cc3d059e44b840b96c0e46902f5fc;hb=e1d841a2623bbadcc1b5fa0332acdd6b568720bf;hpb=7baeafc622631ac64204a54af827dd449de525a0 diff --git a/common/devices/device.c b/common/devices/device.c index abf1862..bf48de3 100644 --- a/common/devices/device.c +++ b/common/devices/device.c @@ -322,9 +322,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");