summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/rs232/rs232.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/rs232/rs232.c')
-rw-r--r--src/devices/bus/rs232/rs232.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/rs232/rs232.c b/src/devices/bus/rs232/rs232.c
index cb2d1771a6e..411a31a8f01 100644
--- a/src/devices/bus/rs232/rs232.c
+++ b/src/devices/bus/rs232/rs232.c
@@ -111,5 +111,5 @@ SLOT_INTERFACE_START( default_rs232_devices )
SLOT_INTERFACE("null_modem", NULL_MODEM)
SLOT_INTERFACE("printer", SERIAL_PRINTER)
SLOT_INTERFACE("terminal", SERIAL_TERMINAL)
- SLOT_INTERFACE("pty", PSEUDO_TERMINAL)
+ SLOT_INTERFACE("pty", PSEUDO_TERMINAL)
SLOT_INTERFACE_END