summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorUlf Hermann <[email protected]>2017-05-02 16:35:26 +0200
committerUlf Hermann <[email protected]>2017-05-02 15:42:58 +0000
commitd3068a5c35ceaac21755706f4734bc1a675198a2 (patch)
treeec1222d164033a2de515af7aaba3fd83aea0b1a7 /lib
parentdbb67af24f5c16681b299d288cf9aa4e4dd9bd25 (diff)
Fix typo
Change-Id: Id980ba7c2caaf6a2f541b682790f03e33cea3ea4 Reviewed-by: Christian Kandeler <[email protected]>
Diffstat (limited to 'lib')
-rw-r--r--lib/features.h.in2
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