aboutsummaryrefslogtreecommitdiff
path: root/src/xz
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2023-01-12 03:11:40 +0200
committerLasse Collin <lasse.collin@tukaani.org>2023-03-11 21:37:49 +0200
commitf900dd937f35f88b80536a60e8040664ba53dc1f (patch)
tree1971d51818f5fc8358e807eb53603dd97ec7d756 /src/xz
parentxz: Fix warning -Wformat-nonliteral on clang in message.c. (diff)
downloadxz-f900dd937f35f88b80536a60e8040664ba53dc1f.tar.xz
Fix warnings from clang -Wdocumentation.
Diffstat (limited to 'src/xz')
-rw-r--r--src/xz/options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xz/options.c b/src/xz/options.c
index 0c1ee221..ab73b77d 100644
--- a/src/xz/options.c
+++ b/src/xz/options.c
@@ -49,13 +49,13 @@ typedef struct {
/// is called, which should update the given value to filter-specific
/// options structure.
///
+/// This returns only if no errors occur.
+///
/// \param str String containing the options from the command line
/// \param opts Filter-specific option map
/// \param set Filter-specific function to update filter_options
/// \param filter_options Pointer to filter-specific options structure
///
-/// \return Returns only if no errors occur.
-///
static void
parse_options(const char *str, const option_map *opts,
void (*set)(void *filter_options,