Skip to content

Commit 53276e4

Browse files
committed
ioport.h: Preemptive srcclean
1 parent ded2280 commit 53276e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/emu/ioport.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@ ATTR_COLD void INPUT_PORTS_NAME(_name)(device_t &owner, ioport_list &portlist, s
12031203
configurer.field_set_optional();
12041204

12051205
#define PORT_GM_NOTE(_id) \
1206-
configurer.field_set_gm_note(_id);
1206+
configurer.field_set_gm_note(_id);
12071207

12081208
// analog settings
12091209
// if this macro is not used, the minimum defaults to 0 and maximum defaults to the mask value

0 commit comments

Comments
 (0)