diff options
Diffstat (limited to 'audio/decoders/adpcm.h')
-rw-r--r-- | audio/decoders/adpcm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/decoders/adpcm.h b/audio/decoders/adpcm.h index 1dd4d510df..ac8d529917 100644 --- a/audio/decoders/adpcm.h +++ b/audio/decoders/adpcm.h @@ -31,8 +31,8 @@ * - tinsel */ -#ifndef SOUND_ADPCM_H -#define SOUND_ADPCM_H +#ifndef AUDIO_ADPCM_H +#define AUDIO_ADPCM_H #include "common/scummsys.h" #include "common/types.h" |