Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Cut-and-paste typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Oct 4, 2006
1 parent 5c6e38b commit 6c27348
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion src/audio/alsa/SDL_alsa_audio.h
Expand Up @@ -30,7 +30,7 @@

#include "../SDL_sysaudio.h"

/* Hidden "this" pointer for the video functions */
/* Hidden "this" pointer for the audio functions */
#define _THIS SDL_AudioDevice *this

struct SDL_PrivateAudioData
Expand Down
2 changes: 1 addition & 1 deletion src/audio/arts/SDL_artsaudio.h
Expand Up @@ -28,7 +28,7 @@

#include "../SDL_sysaudio.h"

/* Hidden "this" pointer for the video functions */
/* Hidden "this" pointer for the audio functions */
#define _THIS SDL_AudioDevice *this

struct SDL_PrivateAudioData
Expand Down
2 changes: 1 addition & 1 deletion src/audio/baudio/SDL_beaudio.h
Expand Up @@ -26,7 +26,7 @@

#include "../SDL_sysaudio.h"

/* Hidden "this" pointer for the video functions */
/* Hidden "this" pointer for the audio functions */
#define _THIS SDL_AudioDevice *_this

struct SDL_PrivateAudioData
Expand Down
2 changes: 1 addition & 1 deletion src/audio/dc/SDL_dcaudio.h
Expand Up @@ -26,7 +26,7 @@

#include "../SDL_sysaudio.h"

/* Hidden "this" pointer for the video functions */
/* Hidden "this" pointer for the audio functions */
#define _THIS SDL_AudioDevice *this

struct SDL_PrivateAudioData
Expand Down
2 changes: 1 addition & 1 deletion src/audio/disk/SDL_diskaudio.h
Expand Up @@ -27,7 +27,7 @@
#include "SDL_rwops.h"
#include "../SDL_sysaudio.h"

/* Hidden "this" pointer for the video functions */
/* Hidden "this" pointer for the audio functions */
#define _THIS SDL_AudioDevice *this

struct SDL_PrivateAudioData
Expand Down
2 changes: 1 addition & 1 deletion src/audio/dma/SDL_dmaaudio.h
Expand Up @@ -26,7 +26,7 @@

#include "../SDL_sysaudio.h"

/* Hidden "this" pointer for the video functions */
/* Hidden "this" pointer for the audio functions */
#define _THIS SDL_AudioDevice *this

struct SDL_PrivateAudioData
Expand Down
2 changes: 1 addition & 1 deletion src/audio/dsp/SDL_dspaudio.h
Expand Up @@ -26,7 +26,7 @@

#include "../SDL_sysaudio.h"

/* Hidden "this" pointer for the video functions */
/* Hidden "this" pointer for the audio functions */
#define _THIS SDL_AudioDevice *this

struct SDL_PrivateAudioData
Expand Down
2 changes: 1 addition & 1 deletion src/audio/dummy/SDL_dummyaudio.h
Expand Up @@ -26,7 +26,7 @@

#include "../SDL_sysaudio.h"

/* Hidden "this" pointer for the video functions */
/* Hidden "this" pointer for the audio functions */
#define _THIS SDL_AudioDevice *this

struct SDL_PrivateAudioData
Expand Down
2 changes: 1 addition & 1 deletion src/audio/esd/SDL_esdaudio.h
Expand Up @@ -26,7 +26,7 @@

#include "../SDL_sysaudio.h"

/* Hidden "this" pointer for the video functions */
/* Hidden "this" pointer for the audio functions */
#define _THIS SDL_AudioDevice *this

struct SDL_PrivateAudioData
Expand Down
2 changes: 1 addition & 1 deletion src/audio/macosx/SDL_coreaudio.h
Expand Up @@ -26,7 +26,7 @@

#include "../SDL_sysaudio.h"

/* Hidden "this" pointer for the video functions */
/* Hidden "this" pointer for the audio functions */
#define _THIS SDL_AudioDevice *this

struct SDL_PrivateAudioData
Expand Down
2 changes: 1 addition & 1 deletion src/audio/macrom/SDL_romaudio.h
Expand Up @@ -26,7 +26,7 @@

#include "../SDL_sysaudio.h"

/* Hidden "this" pointer for the video functions */
/* Hidden "this" pointer for the audio functions */
#define _THIS SDL_AudioDevice *this

struct SDL_PrivateAudioData
Expand Down
2 changes: 1 addition & 1 deletion src/audio/mme/SDL_mmeaudio.h
Expand Up @@ -28,7 +28,7 @@

#include "../SDL_sysaudio.h"

/* Hidden "this" pointer for the video functions */
/* Hidden "this" pointer for the audio functions */
#define _THIS SDL_AudioDevice *this
#define NUM_BUFFERS 2

Expand Down
2 changes: 1 addition & 1 deletion src/audio/nas/SDL_nasaudio.h
Expand Up @@ -37,7 +37,7 @@

#include "../SDL_sysaudio.h"

/* Hidden "this" pointer for the video functions */
/* Hidden "this" pointer for the audio functions */
#define _THIS SDL_AudioDevice *this

struct SDL_PrivateAudioData
Expand Down
2 changes: 1 addition & 1 deletion src/audio/paudio/SDL_paudio.h
Expand Up @@ -26,7 +26,7 @@

#include "../SDL_sysaudio.h"

/* Hidden "this" pointer for the video functions */
/* Hidden "this" pointer for the audio functions */
#define _THIS SDL_AudioDevice *this

struct SDL_PrivateAudioData
Expand Down
2 changes: 1 addition & 1 deletion src/audio/sun/SDL_sunaudio.h
Expand Up @@ -26,7 +26,7 @@

#include "../SDL_sysaudio.h"

/* Hidden "this" pointer for the video functions */
/* Hidden "this" pointer for the audio functions */
#define _THIS SDL_AudioDevice *this

struct SDL_PrivateAudioData
Expand Down
2 changes: 1 addition & 1 deletion src/audio/ums/SDL_umsaudio.h
Expand Up @@ -30,7 +30,7 @@

#include "../SDL_sysaudio.h"

/* Hidden "this" pointer for the video functions */
/* Hidden "this" pointer for the audio functions */
#define _THIS SDL_AudioDevice *this

struct SDL_PrivateAudioData
Expand Down
2 changes: 1 addition & 1 deletion src/audio/windib/SDL_dibaudio.h
Expand Up @@ -26,7 +26,7 @@

#include "../SDL_sysaudio.h"

/* Hidden "this" pointer for the video functions */
/* Hidden "this" pointer for the audio functions */
#define _THIS SDL_AudioDevice *this

#define NUM_BUFFERS 2 /* -- Don't lower this! */
Expand Down
2 changes: 1 addition & 1 deletion src/audio/windx5/SDL_dx5audio.h
Expand Up @@ -28,7 +28,7 @@

#include "../SDL_sysaudio.h"

/* Hidden "this" pointer for the video functions */
/* Hidden "this" pointer for the audio functions */
#define _THIS SDL_AudioDevice *this

/* The DirectSound objects */
Expand Down

0 comments on commit 6c27348

Please sign in to comment.