diff options
Diffstat (limited to 'ipecamera')
| -rw-r--r-- | ipecamera/ipecamera.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ipecamera/ipecamera.c b/ipecamera/ipecamera.c index 4ba0e9e..1b8752e 100644 --- a/ipecamera/ipecamera.c +++ b/ipecamera/ipecamera.c @@ -446,7 +446,7 @@ int ipecamera_start(pcilib_context_t *vctx, pcilib_event_t event_mask, pcilib_ev  	    // it would be greate to detect hyperthreading cores and ban them  	switch (ctx->n_preproc) {  	    case 1: break; -	    case 2-3: ctx->n_preproc -= 1; break; +	    case 2 ... 3: ctx->n_preproc -= 1; break;  	    default: ctx->n_preproc -= 2; break;  	} | 
