summaryrefslogtreecommitdiff
path: root/src/file.h
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2020-06-02 10:17:46 +0000
committerChristos Zoulas <christos@zoulas.com>2020-06-02 10:17:46 +0000
commit4188a2cf3b94f29728f397eb4eca08e1bbbc58e4 (patch)
tree389f7c3a64f0317f535b2636c6bbaf84676c8ab1 /src/file.h
parent01df402500f6ebfb7fdf5bb087fce82bca07cbb8 (diff)
downloadfile-git-4188a2cf3b94f29728f397eb4eca08e1bbbc58e4.tar.gz
fix typos.
Diffstat (limited to 'src/file.h')
-rw-r--r--src/file.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/file.h b/src/file.h
index 150a98d8..6e9a9063 100644
--- a/src/file.h
+++ b/src/file.h
@@ -27,7 +27,7 @@
*/
/*
* file.h - definitions for file(1) program
- * @(#)$File: file.h,v 1.217 2020/05/31 00:11:06 christos Exp $
+ * @(#)$File: file.h,v 1.218 2020/06/02 10:17:46 christos Exp $
*/
#ifndef __file_h__
@@ -57,9 +57,9 @@
# ifdef _WIN64
# define SIZE_T_FORMAT PRIu64
# else
-# define SIZE_T_FORMAT PRiu32
+# define SIZE_T_FORMAT PRIu32
# endif
-# define INT64_T_FORMAT PRii64
+# define INT64_T_FORMAT PRIi64
# define INTMAX_T_FORMAT PRIiMAX
# else
# ifdef _WIN64