aboutsummaryrefslogtreecommitdiff
path: root/tc/m_estimator.c
diff options
context:
space:
mode:
Diffstat (limited to 'tc/m_estimator.c')
-rw-r--r--tc/m_estimator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tc/m_estimator.c b/tc/m_estimator.c
index 3dc8624f..87745cc2 100644
--- a/tc/m_estimator.c
+++ b/tc/m_estimator.c
@@ -38,7 +38,7 @@ int parse_estimator(int *p_argc, char ***p_argv, struct tc_estimator *est)
{
int argc = *p_argc;
char **argv = *p_argv;
- unsigned A, time_const;
+ unsigned int A, time_const;
NEXT_ARG();
if (est->ewma_log)