Skip to content

Commit 02e40d2

Browse files
committed
Fix travis
1 parent 0167a72 commit 02e40d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
typedef std::basic_string<unsigned char> ustring;
44
typedef unsigned int uint;
5-
typedef uint8_t u8;
5+
typedef unsigned char u8;

0 commit comments

Comments
 (0)