aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2019-03-27 15:45:11 +0100
committerAndreas Schneider <asn@cryptomilk.org>2019-03-27 15:47:56 +0100
commita5655944b6700939c6c3039b86721a76876f6435 (patch)
tree89d2ee073153ecbd355ec3f1f9d1759d27ac4401 /include
parentc4cdb7435b1666bf76e7d336662303972622fc01 (diff)
downloadcmocka-a5655944b6700939c6c3039b86721a76876f6435.tar.gz
cmocka-a5655944b6700939c6c3039b86721a76876f6435.tar.xz
cmocka-a5655944b6700939c6c3039b86721a76876f6435.zip
include: Add missing semicolon
Fixes #22 Reported-by: Stef van Os Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'include')
-rw-r--r--include/cmocka.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cmocka.h b/include/cmocka.h
index c35ec0a..adf814e 100644
--- a/include/cmocka.h
+++ b/include/cmocka.h
@@ -121,7 +121,7 @@ typedef uintmax_t LargestIntegralType;
/* WIN32 is an ILP32 platform */
typedef unsigned int uintptr_t;
# elif defined(_WIN64)
- typedef unsigned long int uintptr_t
+ typedef unsigned long int uintptr_t;
# else /* _WIN32 */
/* ILP32 and LP64 platforms */