summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/rendfont.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/rendfont.c')
-rw-r--r--src/emu/rendfont.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/rendfont.c b/src/emu/rendfont.c
index a186dd78ee3..27d183b88c7 100644
--- a/src/emu/rendfont.c
+++ b/src/emu/rendfont.c
@@ -392,8 +392,8 @@ bool render_font::load_cached_bdf(const char *filename)
// if that worked, we're done
if (result)
{
- // don't do that - glyphs data point into this array ...
- // m_rawdata.reset();
+ // don't do that - glyphs data point into this array ...
+ // m_rawdata.reset();
return true;
}
}