diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-06-04 20:13:04 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-06-04 20:13:04 +0000 |
commit | 3f5d9a67fc4273b6cb256b2bb2c884db87b5e252 (patch) | |
tree | 5174c37a7a9970585dd8231c51254bc7db4b2038 /src/inputPlugins/mp3_plugin.c | |
parent | 6e4b1a3a17d542fbd2ccabc15f6ef3614cd09de0 (diff) | |
download | mpd-3f5d9a67fc4273b6cb256b2bb2c884db87b5e252.tar.gz mpd-3f5d9a67fc4273b6cb256b2bb2c884db87b5e252.tar.xz mpd-3f5d9a67fc4273b6cb256b2bb2c884db87b5e252.zip |
todo update
git-svn-id: https://svn.musicpd.org/mpd/trunk@1335 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/inputPlugins/mp3_plugin.c')
-rw-r--r-- | src/inputPlugins/mp3_plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inputPlugins/mp3_plugin.c b/src/inputPlugins/mp3_plugin.c index a501377dc..a73276c74 100644 --- a/src/inputPlugins/mp3_plugin.c +++ b/src/inputPlugins/mp3_plugin.c @@ -335,7 +335,7 @@ struct xing { long flags; /* valid fields (see below) */ unsigned long frames; /* total number of frames */ unsigned long bytes; /* total number of bytes */ - unsigned char toc[100]; /* 100-point seek table */ + unsigned char toc[100]; /* 100-point seek table */ long scale; /* ?? */ }; |