Skip to content

Commit

Permalink
Fixed some comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 17, 2018
1 parent a09c10a commit 9327c3f
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/SDL_sound_aiff.c
Expand Up @@ -545,5 +545,5 @@ static int AIFF_seek(Sound_Sample *sample, Uint32 ms)

#endif /* SOUND_SUPPORTS_AIFF */

/* end of aiff.c ... */
/* end of SDL_sound_aiff.c ... */

2 changes: 2 additions & 0 deletions src/SDL_sound_au.c
Expand Up @@ -356,3 +356,5 @@ static int AU_seek(Sound_Sample *sample, Uint32 ms)

#endif /* SOUND_SUPPORTS_AU */

/* end of SDL_sound_au.c ... */

2 changes: 1 addition & 1 deletion src/SDL_sound_coreaudio.c
Expand Up @@ -751,5 +751,5 @@ static int CoreAudio_seek(Sound_Sample *sample, Uint32 ms)
#endif /* SOUND_SUPPORTS_COREAUDIO */


/* end of coreaudio.c ... */
/* end of SDL_sound_coreaudio.c ... */

2 changes: 1 addition & 1 deletion src/SDL_sound_modplug.c
Expand Up @@ -302,5 +302,5 @@ static int MODPLUG_seek(Sound_Sample *sample, Uint32 ms)

#endif /* SOUND_SUPPORTS_MODPLUG */

/* end of SDL_sound_modplug.c ... */

/* end of modplug.c ... */
3 changes: 1 addition & 2 deletions src/SDL_sound_raw.c
Expand Up @@ -170,6 +170,5 @@ static int RAW_seek(Sound_Sample *sample, Uint32 ms)

#endif /* SOUND_SUPPORTS_RAW */


/* end of raw.c ... */
/* end of SDL_sound_raw.c ... */

2 changes: 1 addition & 1 deletion src/SDL_sound_shn.c
Expand Up @@ -1314,5 +1314,5 @@ static int SHN_seek(Sound_Sample *sample, Uint32 ms)

#endif /* defined SOUND_SUPPORTS_SHN */

/* end of shn.c ... */
/* end of SDL_sound_shn.c ... */

3 changes: 1 addition & 2 deletions src/SDL_sound_skeleton.c
Expand Up @@ -150,6 +150,5 @@ static int FMT_seek(Sound_Sample *sample, Uint32 ms)

#endif /* SOUND_SUPPORTS_FMT */


/* end of fmt.c ... */
/* end of SDL_sound_fmt.c ... */

2 changes: 1 addition & 1 deletion src/SDL_sound_voc.c
Expand Up @@ -555,4 +555,4 @@ static int VOC_seek(Sound_Sample *sample, Uint32 ms)

#endif /* SOUND_SUPPORTS_VOC */

/* end of voc.c ... */
/* end of SDL_sound_voc.c ... */
2 changes: 1 addition & 1 deletion src/SDL_sound_wav.c
Expand Up @@ -787,5 +787,5 @@ static int WAV_seek(Sound_Sample *sample, Uint32 ms)

#endif /* SOUND_SUPPORTS_WAV */

/* end of wav.c ... */
/* end of SDL_sound_wav.c ... */

0 comments on commit 9327c3f

Please sign in to comment.