aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/profile.h')
-rw-r--r--src/nvim/profile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/profile.h b/src/nvim/profile.h
index 2608514313..7b378577ce 100644
--- a/src/nvim/profile.h
+++ b/src/nvim/profile.h
@@ -4,7 +4,7 @@
#include <stdint.h>
#include <time.h>
-typedef int64_t proftime_T;
+typedef uint64_t proftime_T;
#define TIME_MSG(s) do { \
if (time_fd != NULL) time_msg(s, NULL); \