Missing semicolon typo.

This commit is contained in:
David Brown 2016-08-23 17:20:10 +01:00
parent 2967a9b99e
commit 745c827c96

View file

@ -28,7 +28,7 @@ typedef unsigned char SYSTEM_CARD8;
// For FreeBSD and OpenBSD:
typedef SYSTEM_ADDRESS size_t
typedef SYSTEM_ADDRESS size_t;
#define _SIZE_T_DECLARED
void *memcpy(void *dest, const void *source, SYSTEM_ADDRESS size);