diff options
Diffstat (limited to 'src/nxt_file.h')
-rw-r--r-- | src/nxt_file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_file.h b/src/nxt_file.h index 5216fb1c..4f56e746 100644 --- a/src/nxt_file.h +++ b/src/nxt_file.h @@ -86,7 +86,7 @@ typedef struct { nxt_fd_t fd; nxt_err_t error; -#define NXT_FILE_ACCESSED_LONG_AGO 0xffff +#define NXT_FILE_ACCESSED_LONG_AGO 0xFFFF /* * Number of seconds ago the file content was last * read. The maximum value is about 18 hours. |