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/un7z.c | |
parent | 3035213d045bc0edc31194fa5309c60ade5919ff (diff) | |
parent | cda316ccfea6017740fbbf8d76a732eff54047ff (diff) |
Merge pull request #3 from mamedev/master
merge with base
Diffstat (limited to 'src/lib/util/un7z.c')
-rw-r--r-- | src/lib/util/un7z.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/util/un7z.c b/src/lib/util/un7z.c index 57c7eeb0890..bbae440e0ff 100644 --- a/src/lib/util/un7z.c +++ b/src/lib/util/un7z.c @@ -468,11 +468,11 @@ _7z_error _7z_file_decompress(_7z_file *new_7z, void *buffer, UINT32 length) -------------------------------------------------*/ /** - * @fn static void free__7z_file(_7z_file *_7z) + * @fn static void free__7z_file(_7z_file *_7z) * - * @brief Free 7z file. + * @brief Free 7z file. * - * @param [in,out] _7z If non-null, the 7z. + * @param [in,out] _7z If non-null, the 7z. */ static void free__7z_file(_7z_file *_7z) |