From 0ec688e15a34da8e13d59ee3c83911c84d4eafc6 Mon Sep 17 00:00:00 2001 From: sletz Date: Thu, 28 Aug 2008 09:39:43 +0000 Subject: [PATCH] Typo. git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2823 0c269be4-1314-0410-8aa9-9f06e86f4224 --- common/JackControlAPI.cpp | 1 + common/JackControlAPI.h | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/common/JackControlAPI.cpp b/common/JackControlAPI.cpp index 6d13c801..44bdba95 100644 --- a/common/JackControlAPI.cpp +++ b/common/JackControlAPI.cpp @@ -3,6 +3,7 @@ JACK control API implementation Copyright (C) 2008 Nedko Arnaudov + Copyright (C) 2008 Grame This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/common/JackControlAPI.h b/common/JackControlAPI.h index 8aa2bb16..0255e5c9 100644 --- a/common/JackControlAPI.h +++ b/common/JackControlAPI.h @@ -2,6 +2,7 @@ JACK control API Copyright (C) 2008 Nedko Arnaudov + Copyright (C) 2008 Grame This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,8 +19,8 @@ */ -#ifndef __control_types__ -#define __control_types__ +#ifndef __JackControlAPI__ +#define __JackControlAPI__ #include "jslist.h" #include "JackExports.h"