diff options
| author | Ulf Hermann <[email protected]> | 2017-05-02 16:35:26 +0200 |
|---|---|---|
| committer | Ulf Hermann <[email protected]> | 2017-05-02 15:42:58 +0000 |
| commit | d3068a5c35ceaac21755706f4734bc1a675198a2 (patch) | |
| tree | ec1222d164033a2de515af7aaba3fd83aea0b1a7 /lib | |
| parent | dbb67af24f5c16681b299d288cf9aa4e4dd9bd25 (diff) | |
Fix typo
Change-Id: Id980ba7c2caaf6a2f541b682790f03e33cea3ea4
Reviewed-by: Christian Kandeler <[email protected]>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/features.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/features.h.in b/lib/features.h.in index 099f4211..6eb3c67d 100644 --- a/lib/features.h.in +++ b/lib/features.h.in @@ -35,7 +35,7 @@ typedef uint32_t uid_t; typedef uint32_t gid_t; typedef uint32_t mode_t; #ifdef _WIN64 -typedef int64_t pid_t +typedef int64_t pid_t; #else typedef int32_t pid_t; #endif |
