summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/911_vdt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/video/911_vdt.h')
-rw-r--r--src/mess/video/911_vdt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/video/911_vdt.h b/src/mess/video/911_vdt.h
index f48d5cf80c1..5173d0cb29b 100644
--- a/src/mess/video/911_vdt.h
+++ b/src/mess/video/911_vdt.h
@@ -48,7 +48,7 @@ public:
~vdt911_device() { global_free(m_token); }
DECLARE_PALETTE_INIT(vdt911);
-
+
// access to legacy token
void *token() const { assert(m_token != NULL); return m_token; }
protected: