From 3ddb6c0c903f478b91a8965d3433a9f79ce16ba7 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Fri, 28 Oct 2011 12:27:50 +0200 Subject: AUDIO: Adapt include guard names to the "new" directory name. --- audio/mididrv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/mididrv.h') diff --git a/audio/mididrv.h b/audio/mididrv.h index cdf2943f2a..fb3e29bd60 100644 --- a/audio/mididrv.h +++ b/audio/mididrv.h @@ -20,8 +20,8 @@ * */ -#ifndef SOUND_MIDIDRV_H -#define SOUND_MIDIDRV_H +#ifndef AUDIO_MIDIDRV_H +#define AUDIO_MIDIDRV_H #include "common/scummsys.h" #include "common/str.h" -- cgit v1.2.3