summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emualloc.cpp
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2020-06-19 12:38:41 +0200
committer hap <happppp@users.noreply.github.com>2020-06-19 12:38:41 +0200
commit128640144ad4c1349d996264b2c9ba51be0ce30e (patch)
treea4c98684be72de248d17964a25ed79b4a02e85e8 /src/emu/emualloc.cpp
parent63a7bbb5f232e087c24d0a9cbf0f4fefe542af2d (diff)
emu: correct some file headers (nw)
Diffstat (limited to 'src/emu/emualloc.cpp')
-rw-r--r--src/emu/emualloc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/emualloc.cpp b/src/emu/emualloc.cpp
index 60bbc11f01f..bc08416abb9 100644
--- a/src/emu/emualloc.cpp
+++ b/src/emu/emualloc.cpp
@@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/***************************************************************************
- emualloc.c
+ emualloc.cpp
Memory allocation helpers for the core emulator.