diff options
author | 2011-04-18 00:06:50 +0000 | |
---|---|---|
committer | 2011-04-18 00:06:50 +0000 | |
commit | 486fbfa5554e9bf464b5702c603e54cf290be8dd (patch) | |
tree | 96c9c9fff8975661d9f75e39cd8cf07ebfb6e4df /src/emu/emualloc.c | |
parent | 272871986debf1ce811f7fcbadb67d2544c9dd4e (diff) |
Cleanups again
Diffstat (limited to 'src/emu/emualloc.c')
-rw-r--r-- | src/emu/emualloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/emualloc.c b/src/emu/emualloc.c index a3164e8e913..19507c34e5a 100644 --- a/src/emu/emualloc.c +++ b/src/emu/emualloc.c @@ -157,7 +157,7 @@ void *malloc_file_line(size_t size, const char *file, int line) //------------------------------------------------- -// malloc_array_file_line - allocate memory with +// malloc_array_file_line - allocate memory with // file and line number information, and a hint // that this object is an array //------------------------------------------------- |