summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_file.h
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2018-04-04 18:13:05 +0300
committerValentin Bartenev <vbart@nginx.com>2018-04-04 18:13:05 +0300
commit0665896a5593fb41c92cbf164182a058ee40518c (patch)
treed657fac84d35aa3f605d25dc8e0a3c165db93b30 /src/nxt_file.h
parent43ba7aad6cadfab2eb45f09e894dec072c93e6cd (diff)
downloadunit-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.h2
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.