Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
d5b9be03
You need to sign in or sign up before continuing.
Commit
d5b9be03
authored
Jun 12, 2012
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmdline: change --version formatting
parent
d2d9b45a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
cmdline.c
src/cmdline.c
+5
-5
No files found.
src/cmdline.c
View file @
d5b9be03
...
...
@@ -83,29 +83,29 @@ static void version(void)
"This is free software; see the source for copying conditions. There is NO
\n
"
"warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
\n
"
"
\n
"
"
Supported decoder
s:
\n
"
);
"
* Decoders plugin
s:
\n
"
);
print_all_decoders
(
stdout
);
puts
(
"
\n
"
"
Supported output
s:
\n
"
);
"
Output plugin
s:
\n
"
);
audio_output_plugin_print_all_types
(
stdout
);
#ifdef ENABLE_ENCODER
puts
(
"
\n
"
"
Supported encoder
s:
\n
"
);
"
Encoder plugin
s:
\n
"
);
encoder_plugin_print_all_types
(
stdout
);
#endif
#ifdef ENABLE_ARCHIVE
puts
(
"
\n
"
"
Supported archive
s:
\n
"
);
"
Archive plugin
s:
\n
"
);
archive_plugin_print_all_suffixes
(
stdout
);
#endif
puts
(
"
\n
"
"Supported p
rotocols:
\n
"
);
"P
rotocols:
\n
"
);
print_supported_uri_schemes_to_fp
(
stdout
);
exit
(
EXIT_SUCCESS
);
...
...
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