From e1cfd245ea6672045afb6d68dca3df0153d22445 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 14 Aug 2015 13:20:34 +0200 Subject: [PATCH] Fix PAZPAR2_PPMUTEX_H incorrectly defined PAZ-1023 --- src/ppmutex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ppmutex.h b/src/ppmutex.h index 14043d3..1d45d35 100644 --- a/src/ppmutex.h +++ b/src/ppmutex.h @@ -22,7 +22,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef PAZPAR2_PPMUTEX_H -#define PAZPAR2_PPMUTEXF_H +#define PAZPAR2_PPMUTEX_H #include -- 1.7.10.4