From 71d0dfb046901653b72949769bcf00d62948f776 Mon Sep 17 00:00:00 2001 From: Alam Arias Date: Mon, 4 Mar 2019 20:27:01 -0500 Subject: [PATCH] the READ/WRITE marcos do not need ; --- src/g_game.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/g_game.c b/src/g_game.c index 62bc4d8d..4671b4da 100644 --- a/src/g_game.c +++ b/src/g_game.c @@ -7218,8 +7218,8 @@ void G_UpdateStaffGhostName(lumpnum_t l) totalfiles = READUINT8(p); for (; totalfiles > 0; --totalfiles) { - SKIPSTRING(p); - READMEM(p, md5sum, 16); + SKIPSTRING(p) + READMEM(p, md5sum, 16) } } if (!(flags & DF_GHOST))