aboutsummaryrefslogtreecommitdiff
path: root/src/steps.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/steps.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/steps.c b/src/steps.c
index 5de3206..83d105c 100644
--- a/src/steps.c
+++ b/src/steps.c
@@ -929,7 +929,7 @@ htrfin_htr = {
929 .ntables = 1, 929 .ntables = 1,
930}; 930};
931 931
932Step *steps[NSTEPS] = { 932Step *steps[] = {
933 &optimal_HTM, /* first is default */ 933 &optimal_HTM, /* first is default */
934 &optimal_light_HTM, 934 &optimal_light_HTM,
935 935
@@ -985,6 +985,8 @@ Step *steps[NSTEPS] = {
985 &cornershtr_URF, 985 &cornershtr_URF,
986 &corners_HTM, 986 &corners_HTM,
987 &corners_URF, 987 &corners_URF,
988
989 NULL
988}; 990};
989 991
990/* Checkers, estimators and validators ***************************************/ 992/* Checkers, estimators and validators ***************************************/

Generated with cgit - Back to sebastiano.tronto.net