diff options
Diffstat (limited to 'device-functions.c')
-rw-r--r-- | device-functions.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/device-functions.c b/device-functions.c index 203af45..a804879 100644 --- a/device-functions.c +++ b/device-functions.c @@ -2723,8 +2723,8 @@ int Set_VI_Control(int parameter,int channel,float new_ampl,int *point_found,int if (max2 > max1) { max1 = max2; } - if ((use_ampl * use_atten) > - (globals.Flash.atten_percent_max_ampl[channel] * max1)) { + if ((use_ampl * use_atten) > + (globals.Flash.atten_percent_max_ampl[channel] * max1)) { continue; } } |