Avoid an implicit memcpy() in event.c
Brought to you by:
noxorc
memcpy(), which can result in an undefined reference.CopyMem() to duplicate struct data instead.NB: This patch also removes trailing whitespaces in event.c
Fixed in commit b5b6a81af07a3dfded64bd9a806fcdec46a8203c
Thank you for your contribution Pete.