diff options
author | 2008-09-11 16:25:46 +0000 | |
---|---|---|
committer | 2008-09-11 16:25:46 +0000 | |
commit | aa2b6bd29a0859160a436e0e46b65fde992208a6 (patch) | |
tree | 7181b0bc9c286f810c44767256e08398f5b881ae /src/lib/util/corefile.c | |
parent | ae2d1ed21ae633a1746266f32ea5e7d36397b55e (diff) |
Cleanups and version bump.mame0127u3
Diffstat (limited to 'src/lib/util/corefile.c')
-rw-r--r-- | src/lib/util/corefile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/corefile.c b/src/lib/util/corefile.c index f28edbbff78..3d9303ef32f 100644 --- a/src/lib/util/corefile.c +++ b/src/lib/util/corefile.c @@ -135,7 +135,7 @@ file_error core_fopen(const char *filename, UINT32 openflags, core_file **file) /*------------------------------------------------- core_fopen_ram_internal - open a RAM-based buffer for file-like access, possibly copying the data, - and return an error code + and return an error code -------------------------------------------------*/ static file_error core_fopen_ram_internal(const void *data, size_t length, int copy_buffer, UINT32 openflags, core_file **file) |