From 02e40d268b167bfb10936f56c052822e0dd3a0a0 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Sat, 19 Nov 2016 00:01:27 +0100 Subject: [PATCH] Fix travis --- types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types.h b/types.h index 6a172a3..3700d58 100644 --- a/types.h +++ b/types.h @@ -2,4 +2,4 @@ typedef std::basic_string ustring; typedef unsigned int uint; -typedef uint8_t u8; +typedef unsigned char u8;