diff options
author | 2015-06-24 23:33:18 +0200 | |
---|---|---|
committer | 2015-06-24 23:33:18 +0200 | |
commit | 7a07ecba2a16abf918cc87dc23367f9a97cea3a6 (patch) | |
tree | 1c70358b79b3e9c38e6848657f609f6a3842bd68 /src/lib/util/huffman.c | |
parent | 3035213d045bc0edc31194fa5309c60ade5919ff (diff) | |
parent | cda316ccfea6017740fbbf8d76a732eff54047ff (diff) |
Merge pull request #3 from mamedev/master
merge with base
Diffstat (limited to 'src/lib/util/huffman.c')
-rw-r--r-- | src/lib/util/huffman.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/lib/util/huffman.c b/src/lib/util/huffman.c index 7f804aec222..9205264f9eb 100644 --- a/src/lib/util/huffman.c +++ b/src/lib/util/huffman.c @@ -731,18 +731,18 @@ huffman_8bit_decoder::huffman_8bit_decoder() } /** - * @fn huffman_error huffman_8bit_decoder::decode(const UINT8 *source, UINT32 slength, UINT8 *dest, UINT32 dlength) + * @fn huffman_error huffman_8bit_decoder::decode(const UINT8 *source, UINT32 slength, UINT8 *dest, UINT32 dlength) * - * @brief ------------------------------------------------- - * decode - decode a full buffer - * -------------------------------------------------. + * @brief ------------------------------------------------- + * decode - decode a full buffer + * -------------------------------------------------. * - * @param source Source for the. - * @param slength The slength. - * @param [in,out] dest If non-null, destination for the. - * @param dlength The dlength. + * @param source Source for the. + * @param slength The slength. + * @param [in,out] dest If non-null, destination for the. + * @param dlength The dlength. * - * @return A huffman_error. + * @return A huffman_error. */ huffman_error huffman_8bit_decoder::decode(const UINT8 *source, UINT32 slength, UINT8 *dest, UINT32 dlength) |