diff options
author | 2015-06-24 07:36:50 +0200 | |
---|---|---|
committer | 2015-06-24 07:36:50 +0200 | |
commit | d1583b9850d9fb45470648a515eb734e05fd926f (patch) | |
tree | 33a4d9934bd2ff6c41526abe0ba06c1d1ea73eb6 /src/lib/util/jedparse.c | |
parent | 03a5bfa56fa4af400f6b9fb07a5e1333aa8fa52f (diff) |
Cleanups and version bumpmame0163
Diffstat (limited to 'src/lib/util/jedparse.c')
-rw-r--r-- | src/lib/util/jedparse.c | 12 |
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) |