summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/corefile.c
diff options
context:
space:
mode:
author Ariane Fugmann <sailorsat@t-online.de>2015-06-24 23:33:18 +0200
committer Ariane Fugmann <sailorsat@t-online.de>2015-06-24 23:33:18 +0200
commit7a07ecba2a16abf918cc87dc23367f9a97cea3a6 (patch)
tree1c70358b79b3e9c38e6848657f609f6a3842bd68 /src/lib/util/corefile.c
parent3035213d045bc0edc31194fa5309c60ade5919ff (diff)
parentcda316ccfea6017740fbbf8d76a732eff54047ff (diff)
Merge pull request #3 from mamedev/master
merge with base
Diffstat (limited to 'src/lib/util/corefile.c')
-rw-r--r--src/lib/util/corefile.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/lib/util/corefile.c b/src/lib/util/corefile.c
index 30639615a58..797805ac768 100644
--- a/src/lib/util/corefile.c
+++ b/src/lib/util/corefile.c
@@ -1029,17 +1029,17 @@ static file_error osd_or_zlib_read(core_file *file, void *buffer, UINT64 offset,
-------------------------------------------------*/
/**
- * @fn static file_error osd_or_zlib_write(core_file *file, const void *buffer, UINT64 offset, UINT32 length, UINT32 *actual)
+ * @fn static file_error osd_or_zlib_write(core_file *file, const void *buffer, UINT64 offset, UINT32 length, UINT32 *actual)
*
- * @brief OSD or zlib write.
+ * @brief OSD or zlib write.
*
- * @param [in,out] file If non-null, the file.
- * @param buffer The buffer.
- * @param offset The offset.
- * @param length The length.
- * @param [in,out] actual If non-null, the actual.
+ * @param [in,out] file If non-null, the file.
+ * @param buffer The buffer.
+ * @param offset The offset.
+ * @param length The length.
+ * @param [in,out] actual If non-null, the actual.
*
- * @return A file_error.
+ * @return A file_error.
*/
static file_error osd_or_zlib_write(core_file *file, const void *buffer, UINT64 offset, UINT32 length, UINT32 *actual)