diff options
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) |