Navigation Menu

Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Dec 14, 2001
1 parent 83d4bb4 commit a380606
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion SDL_mixer.h
Expand Up @@ -20,7 +20,7 @@
slouken@libsdl.org
*/

/* $id:$ */
/* $Id$ */

#ifndef _MIXER_H_
#define _MIXER_H_
Expand Down
2 changes: 1 addition & 1 deletion effects_internal.c
Expand Up @@ -21,7 +21,7 @@
These are some helper functions for the internal mixer special effects.
*/

/* $id: $ */
/* $Id$ */


/* ------ These are used internally only. Don't touch. ------ */
Expand Down
2 changes: 1 addition & 1 deletion effects_internal.h
Expand Up @@ -20,7 +20,7 @@
slouken@libsdl.org
*/

/* $id:$ */
/* $Id$ */

#ifndef _INCLUDE_EFFECTS_INTERNAL_H_
#define _INCLUDE_EFFECTS_INTERNAL_H_
Expand Down
2 changes: 1 addition & 1 deletion load_aiff.c
Expand Up @@ -24,7 +24,7 @@
This file by Torbjörn Andersson (torbjorn.andersson@eurotime.se)
*/

/* $id:$ */
/* $Id$ */

#include <string.h>

Expand Down
2 changes: 1 addition & 1 deletion mixer.c
Expand Up @@ -20,7 +20,7 @@
slouken@libsdl.org
*/

/* $id:$ */
/* $Id$ */

#include <stdio.h>
#include <stdlib.h>
Expand Down
2 changes: 1 addition & 1 deletion music.c
Expand Up @@ -20,7 +20,7 @@
slouken@libsdl.org
*/

/* $id:$ */
/* $Id$ */

#include <stdlib.h>
#include <string.h>
Expand Down
2 changes: 1 addition & 1 deletion music_cmd.c
Expand Up @@ -20,7 +20,7 @@
slouken@libsdl.org
*/

/* $id:$ */
/* $Id$ */

/* This file supports an external command for playing music */

Expand Down
2 changes: 1 addition & 1 deletion music_cmd.h
Expand Up @@ -20,7 +20,7 @@
slouken@libsdl.org
*/

/* $id:$ */
/* $Id$ */

/* This file supports an external command for playing music */

Expand Down
2 changes: 1 addition & 1 deletion music_ogg.c
Expand Up @@ -20,7 +20,7 @@
slouken@libsdl.org
*/

/* $id:$ */
/* $Id$ */

#ifdef OGG_MUSIC

Expand Down
2 changes: 1 addition & 1 deletion music_ogg.h
Expand Up @@ -20,7 +20,7 @@
slouken@libsdl.org
*/

/* $id:$ */
/* $Id$ */

#ifdef OGG_MUSIC

Expand Down
2 changes: 1 addition & 1 deletion playmus.c
Expand Up @@ -20,7 +20,7 @@
slouken@libsdl.org
*/

/* $id:$ */
/* $Id$ */

#include <stdlib.h>
#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion playwave.c
Expand Up @@ -20,7 +20,7 @@
slouken@libsdl.org
*/

/* $id:$ */
/* $Id$ */

#include <stdlib.h>
#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion wavestream.c
Expand Up @@ -20,7 +20,7 @@
slouken@libsdl.org
*/

/* $id:$ */
/* $Id$ */

/* This file supports streaming WAV files, without volume adjustment */

Expand Down
2 changes: 1 addition & 1 deletion wavestream.h
Expand Up @@ -20,7 +20,7 @@
slouken@libsdl.org
*/

/* $id:$ */
/* $Id$ */

/* This file supports streaming WAV files, without volume adjustment */

Expand Down

0 comments on commit a380606

Please sign in to comment.