aboutsummaryrefslogtreecommitdiff
path: root/src/xz/suffix.h
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2023-01-24 00:05:38 +0200
committerJia Tan <jiat0218@gmail.com>2023-01-24 20:20:04 +0800
commit683a3c7e2fcd922200c31078e5c9dd1348e90941 (patch)
treec557a14754563d280330086fe8fa0a63b9d23785 /src/xz/suffix.h
parentxz: Refactor duplicated check for custom suffix when using --format=raw (diff)
downloadxz-683a3c7e2fcd922200c31078e5c9dd1348e90941.tar.xz
xz: Flip the return value of suffix_is_set to match the documentation.
Also edit style to match the existing coding style in the project.
Diffstat (limited to '')
-rw-r--r--src/xz/suffix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xz/suffix.h b/src/xz/suffix.h
index cb36dd61..135e9056 100644
--- a/src/xz/suffix.h
+++ b/src/xz/suffix.h
@@ -27,6 +27,7 @@ extern char *suffix_get_dest_name(const char *src_name);
/// and forgotten.
extern void suffix_set(const char *suffix);
+
/// \brief Check if a custom suffix has been set
///
/// Returns true if the internal tracking of the suffix string has been set