summaryrefslogtreecommitdiff
path: root/utils/regtools/lib/formula.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utils/regtools/lib/formula.cpp')
-rw-r--r--utils/regtools/lib/formula.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/regtools/lib/formula.cpp b/utils/regtools/lib/formula.cpp
index 1a6b16c773..dbde20a321 100644
--- a/utils/regtools/lib/formula.cpp
+++ b/utils/regtools/lib/formula.cpp
@@ -24,7 +24,7 @@ struct formula_evaluator
24 va_start(args, fmt); 24 va_start(args, fmt);
25 vsnprintf(buffer,sizeof(buffer), fmt, args); 25 vsnprintf(buffer,sizeof(buffer), fmt, args);
26 va_end(args); 26 va_end(args);
27 ctx.add(error_t(error_t::FATAL, m_loc, buffer)); 27 ctx.add(err_t(err_t::FATAL, m_loc, buffer));
28 return false; 28 return false;
29 } 29 }
30 30