summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/jedparse.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/jedparse.c
parent3035213d045bc0edc31194fa5309c60ade5919ff (diff)
parentcda316ccfea6017740fbbf8d76a732eff54047ff (diff)
Merge pull request #3 from mamedev/master
merge with base
Diffstat (limited to 'src/lib/util/jedparse.c')
-rw-r--r--src/lib/util/jedparse.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/util/jedparse.c b/src/lib/util/jedparse.c
index 37bee01fa85..9bed1164303 100644
--- a/src/lib/util/jedparse.c
+++ b/src/lib/util/jedparse.c
@@ -411,15 +411,15 @@ int jedbin_parse(const void *data, size_t length, jed_data *result)
-------------------------------------------------*/
/**
- * @fn size_t jedbin_output(const jed_data *data, void *result, size_t length)
+ * @fn size_t jedbin_output(const jed_data *data, void *result, size_t length)
*
- * @brief Jedbin output.
+ * @brief Jedbin output.
*
- * @param data The data.
- * @param [out] result If non-null, the result.
- * @param length The length.
+ * @param data The data.
+ * @param [out] result If non-null, the result.
+ * @param length The length.
*
- * @return A size_t.
+ * @return A size_t.
*/
size_t jedbin_output(const jed_data *data, void *result, size_t length)