diff options
-rw-r--r-- | src/md5.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ // Little endian system - no byte swapping required -#define ByteSwapBlock(x) +#define ByteSwapBlock(x, y) #else |
index : chocolate-doom | ||
chocolate-doom-2.2.1 with trimui s support | neonloop |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/md5.c | 2 |
@@ -32,7 +32,7 @@ // Little endian system - no byte swapping required -#define ByteSwapBlock(x) +#define ByteSwapBlock(x, y) #else |