Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
flac
Commits
59bedcf2
Commit
59bedcf2
authored
Apr 17, 2017
by
Erik de Castro Lopo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
flac: Fix usage message
Patch-from: "Michael W. Bombardieri" <mb@ii.net>
parent
952c93b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/flac/main.c
src/flac/main.c
+1
-1
No files found.
src/flac/main.c
View file @
59bedcf2
...
...
@@ -817,7 +817,7 @@ int parse_option(int short_option, const char *long_option, const char *option_a
else
if
(
0
==
strncmp
(
option_argument
,
"unsigned"
,
strlen
(
option_argument
)))
option_values
.
format_is_unsigned_samples
=
true
;
else
return
usage_error
(
"ERROR: argument to --sign must be
\"
signed
\"
or
\"
u
int32_t
\"\n
"
);
return
usage_error
(
"ERROR: argument to --sign must be
\"
signed
\"
or
\"
u
nsigned
\"\n
"
);
}
else
if
(
0
==
strcmp
(
long_option
,
"residual-gnuplot"
))
{
option_values
.
aopts
.
do_residual_gnuplot
=
true
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment