summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/at.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/at.h')
-rw-r--r--src/mess/includes/at.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/at.h b/src/mess/includes/at.h
index 771e9844afc..6259a564765 100644
--- a/src/mess/includes/at.h
+++ b/src/mess/includes/at.h
@@ -75,7 +75,7 @@ class at586_state : public driver_device
{
public:
at586_state(const machine_config &mconfig, device_type type, const char *tag)
- : driver_device(mconfig, type, tag) { }
+ : driver_device(mconfig, type, tag) { }
};
class at_state : public driver_device