diff options
-rw-r--r-- | fetchmail.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h index 0733be2f..8f2cc579 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -54,7 +54,7 @@ #define TO_STDOUT 3 /* use stdout */ #define TO_MDA 4 /* use agent */ -#define TICKERSIZE 1024 /* print 1 dot per this many bytes */ +#define SIZETICKER 1024 /* print 1 dot per this many bytes */ struct hostrec { |