diff options
author | Valentin Bartenev <vbart@nginx.com> | 2018-04-04 18:13:05 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2018-04-04 18:13:05 +0300 |
commit | 0665896a5593fb41c92cbf164182a058ee40518c (patch) | |
tree | d657fac84d35aa3f605d25dc8e0a3c165db93b30 /src/nxt_file.h | |
parent | 43ba7aad6cadfab2eb45f09e894dec072c93e6cd (diff) | |
download | unit-0665896a5593fb41c92cbf164182a058ee40518c.tar.gz unit-0665896a5593fb41c92cbf164182a058ee40518c.tar.bz2 |
Style: capitalized letters in hexadecimal literals.
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. |