diff options
Diffstat (limited to 'src/eval.h')
-rw-r--r-- | src/eval.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.h b/src/eval.h index d68b9af47..cd271148c 100644 --- a/src/eval.h +++ b/src/eval.h @@ -14,7 +14,7 @@ typedef struct eval_expression { const char *source; const char *parsed_as; - int *status; + RRDCALC_STATUS *status; calculated_number *this; time_t *after; time_t *before; |