summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/profiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/profiler.h')
-rw-r--r--src/emu/profiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/profiler.h b/src/emu/profiler.h
index e521abf506a..e853bc31561 100644
--- a/src/emu/profiler.h
+++ b/src/emu/profiler.h
@@ -119,7 +119,7 @@ public:
// getters
bool enabled() const
- {
+ {
#ifndef MAME_DEBUG_FAST
return m_filoptr != NULL;
#else