summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes
diff options
context:
space:
mode:
author 0kmg <9137159+0kmg@users.noreply.github.com>2022-05-21 12:54:10 -0800
committer GitHub <noreply@github.com>2022-05-22 06:54:10 +1000
commit52080d979a78129cd8061e2f4ae7a9e19b2ac53f (patch)
tree8663a907e44d873b8b9b5978c741f34061c1acec /src/mame/includes
parent9b571e77a5dbee2e528d68debc08750e227e7105 (diff)
Removed superfluous semicolons from various source files. (#9796)
Diffstat (limited to 'src/mame/includes')
-rw-r--r--src/mame/includes/vc4000.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/vc4000.h b/src/mame/includes/vc4000.h
index b9093022417..01abc40f41e 100644
--- a/src/mame/includes/vc4000.h
+++ b/src/mame/includes/vc4000.h
@@ -111,7 +111,7 @@ private:
uint8_t sprite_collision;
} d;
} reg;
- } ;
+ };
void vc4000_sound_ctl(offs_t offset, uint8_t data);
uint8_t vc4000_key_r(offs_t offset);