diff options
Diffstat (limited to 'tc/m_estimator.c')
-rw-r--r-- | tc/m_estimator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tc/m_estimator.c b/tc/m_estimator.c index 78eda7a8..d931551a 100644 --- a/tc/m_estimator.c +++ b/tc/m_estimator.c @@ -39,7 +39,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; - + NEXT_ARG(); if (est->ewma_log) duparg("estimator", *argv); |