Browse Source

revert to less-legal but more conventional #ifdef guard for control.h

tags/0.124.0
Paul Davis 11 years ago
parent
commit
1bfa5e43ce
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      control.h

+ 3
- 3
control.h View File

@@ -26,8 +26,8 @@
*
*/

#ifndef JACKCTL_H__2EEDAD78_DF4C_4B26_83B7_4FF1A446A47E__INCLUDED
#define JACKCTL_H__2EEDAD78_DF4C_4B26_83B7_4FF1A446A47E__INCLUDED
#ifndef __jack_control_h__
#define __jack_control_h__

#include <jack/jslist.h>

@@ -562,4 +562,4 @@ jack_log(
} /* extern "C" */
#endif

#endif /* #ifndef JACKCTL_H__2EEDAD78_DF4C_4B26_83B7_4FF1A446A47E__INCLUDED */
#endif /* __jack_control_h__ */

Loading…
Cancel
Save