From 1bfa5e43cef62c2fa20e1a1b27162a1ce77c9597 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 18 Jan 2014 21:30:13 -0500 Subject: [PATCH] revert to less-legal but more conventional #ifdef guard for control.h --- control.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/control.h b/control.h index ce2100f..42b86d8 100644 --- a/control.h +++ b/control.h @@ -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 @@ -562,4 +562,4 @@ jack_log( } /* extern "C" */ #endif -#endif /* #ifndef JACKCTL_H__2EEDAD78_DF4C_4B26_83B7_4FF1A446A47E__INCLUDED */ +#endif /* __jack_control_h__ */