diff options
author | J. Alexander Treuman <jat@spatialrift.net> | 2007-04-09 12:24:48 +0000 |
---|---|---|
committer | J. Alexander Treuman <jat@spatialrift.net> | 2007-04-09 12:24:48 +0000 |
commit | b8341e690290e7f6ec965e14b7525bd15bb23147 (patch) | |
tree | 8a065e728e85bc942a35fae51aef4920539c90c4 /src | |
parent | f953c2cd373cbd4b1c629aa5317e7257eac3550b (diff) | |
download | mpd-b8341e690290e7f6ec965e14b7525bd15bb23147.tar.gz mpd-b8341e690290e7f6ec965e14b7525bd15bb23147.tar.xz mpd-b8341e690290e7f6ec965e14b7525bd15bb23147.zip |
Cleaning up some comments.
git-svn-id: https://svn.musicpd.org/mpd/trunk@5894 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src')
-rw-r--r-- | src/inputPlugins/mod_plugin.c | 2 | ||||
-rw-r--r-- | src/inputPlugins/mp3_plugin.c | 2 | ||||
-rw-r--r-- | src/inputPlugins/mpc_plugin.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/inputPlugins/mod_plugin.c b/src/inputPlugins/mod_plugin.c index be765ea20..800abc95f 100644 --- a/src/inputPlugins/mod_plugin.c +++ b/src/inputPlugins/mod_plugin.c @@ -296,4 +296,4 @@ InputPlugin modPlugin = { InputPlugin modPlugin; -#endif /* HAVE_AUDIOFILE */ +#endif /* HAVE_MIKMOD */ diff --git a/src/inputPlugins/mp3_plugin.c b/src/inputPlugins/mp3_plugin.c index ef7a01233..a920b98a1 100644 --- a/src/inputPlugins/mp3_plugin.c +++ b/src/inputPlugins/mp3_plugin.c @@ -1089,4 +1089,4 @@ InputPlugin mp3Plugin = { InputPlugin mp3Plugin; -#endif +#endif /* HAVE_MAD */ diff --git a/src/inputPlugins/mpc_plugin.c b/src/inputPlugins/mpc_plugin.c index dff0f944a..6285e34e9 100644 --- a/src/inputPlugins/mpc_plugin.c +++ b/src/inputPlugins/mpc_plugin.c @@ -357,4 +357,4 @@ InputPlugin mpcPlugin = { InputPlugin mpcPlugin; -#endif +#endif /* HAVE_MPCDEC */ |