From 8a6afa7c43e2eeb01d313668b5ea90282359b712 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 19 Sep 2015 11:52:36 +0000 Subject: [PATCH] missing ; --- Post/adaptiveData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Post/adaptiveData.h b/Post/adaptiveData.h index 8bac610f45..253c6d09a4 100644 --- a/Post/adaptiveData.h +++ b/Post/adaptiveData.h @@ -21,7 +21,7 @@ #if defined(WIN32) typedef unsigned __int8 uint8_t; // Valid for _MSC_VER >= 1300 - typedef unsigned __int64 uint64_t + typedef unsigned __int64 uint64_t; #define PRIu8 "u" #define PRIu64 "I64u" #else -- GitLab