diff options
author | Johannes Schickel | 2011-10-28 12:27:50 +0200 |
---|---|---|
committer | Johannes Schickel | 2011-10-28 12:27:50 +0200 |
commit | 3ddb6c0c903f478b91a8965d3433a9f79ce16ba7 (patch) | |
tree | 9c8e40e01187ba7f06a0d14d80bf36a24517ac02 /audio/null.h | |
parent | 0e8110d3dbcb8d9ef6d0b9e3969ec4f13ea22990 (diff) | |
download | scummvm-rg350-3ddb6c0c903f478b91a8965d3433a9f79ce16ba7.tar.gz scummvm-rg350-3ddb6c0c903f478b91a8965d3433a9f79ce16ba7.tar.bz2 scummvm-rg350-3ddb6c0c903f478b91a8965d3433a9f79ce16ba7.zip |
AUDIO: Adapt include guard names to the "new" directory name.
Diffstat (limited to 'audio/null.h')
-rw-r--r-- | audio/null.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/null.h b/audio/null.h index 97c7c8cc93..90897be6af 100644 --- a/audio/null.h +++ b/audio/null.h @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef SOUND_NULL_H -#define SOUND_NULL_H +#ifndef AUDIO_NULL_H +#define AUDIO_NULL_H #include "audio/musicplugin.h" #include "audio/mpu401.h" |