Browse Source

Typo.

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2823 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/1.90
sletz 16 years ago
parent
commit
0ec688e15a
2 changed files with 4 additions and 2 deletions
  1. +1
    -0
      common/JackControlAPI.cpp
  2. +3
    -2
      common/JackControlAPI.h

+ 1
- 0
common/JackControlAPI.cpp View File

@@ -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


+ 3
- 2
common/JackControlAPI.h View File

@@ -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"


Loading…
Cancel
Save