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/inputPlugins/mod_plugin.c | |
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/inputPlugins/mod_plugin.c')
-rw-r--r-- | src/inputPlugins/mod_plugin.c | 2 |
1 files changed, 1 insertions, 1 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 */ |