summaryrefslogtreecommitdiff
path: root/device-functions.c
diff options
context:
space:
mode:
authorroot <root@avtech.domain.avtechpulse.com>1970-01-01 11:26:38 +0900
committerroot <root@avtech.domain.avtechpulse.com>1970-01-01 11:26:38 +0900
commita1a298c37ad0a762b651ad349d86ad32eb902904 (patch)
treed284ce8dda755ea870860a743467e067b8feaad5 /device-functions.c
parentca44808e60b819465971c626c8ff5d90de90785a (diff)
fixed submenu mode numbering
Diffstat (limited to 'device-functions.c')
-rw-r--r--device-functions.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/device-functions.c b/device-functions.c
index 4bff9f5..1d27a3a 100644
--- a/device-functions.c
+++ b/device-functions.c
@@ -4990,6 +4990,5 @@ gboolean fixed_ampl_ok (int channel, float use_ampl) {
if (fabs(use_ampl-globals.Flash.fixed_ampl_points[channel][i])<globals.Flash.ampl_zero_equiv[channel])
return TRUE;
}
-
return FALSE;
}