summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/device.h')
-rw-r--r--src/emu/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/device.h b/src/emu/device.h
index 3ac184db4ec..0bba84e82fb 100644
--- a/src/emu/device.h
+++ b/src/emu/device.h
@@ -298,7 +298,7 @@ protected:
astring m_name; // name of the device
astring m_shortname; // short name of the device
astring m_searchpath; // search path, used for media loading
- astring m_source; // device source file name
+ astring m_source; // device source file name
// device relationships
device_t * m_owner; // device that owns us