From 78b32e05a8e3c221279ba40c8f19d762420be8a6 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 14 Aug 2017 08:06:11 +0200 Subject: C++ comments need to become C --- source/sa1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/sa1.h') diff --git a/source/sa1.h b/source/sa1.h index 6679a1c..cf6cdb3 100644 --- a/source/sa1.h +++ b/source/sa1.h @@ -48,7 +48,7 @@ typedef struct uint8_t* WriteMap [MEMMAP_NUM_BLOCKS]; int16_t op1; int16_t op2; - int arithmetic_op; // For savestate compatibility can't change to int32_t + int arithmetic_op; /* For savestate compatibility can't change to int32_t */ int64_t sum; bool overflow; uint8_t VirtualBitmapFormat; -- cgit v1.2.3