diff options
Diffstat (limited to 'src/sound.c')
| -rw-r--r-- | src/sound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound.c b/src/sound.c index 9e15caae3ea..af9dc98c3d3 100644 --- a/src/sound.c +++ b/src/sound.c | |||
| @@ -267,7 +267,7 @@ struct sound | |||
| 267 | read from the start of a sound file. */ | 267 | read from the start of a sound file. */ |
| 268 | char *header; | 268 | char *header; |
| 269 | 269 | ||
| 270 | /* Number of bytes raed from sound file. This is always <= | 270 | /* Number of bytes read from sound file. This is always <= |
| 271 | MAX_SOUND_HEADER_BYTES. */ | 271 | MAX_SOUND_HEADER_BYTES. */ |
| 272 | int header_size; | 272 | int header_size; |
| 273 | 273 | ||