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/un7z.c | |
parent | 03a5bfa56fa4af400f6b9fb07a5e1333aa8fa52f (diff) |
Cleanups and version bumpmame0163
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) |