From 4526cd665ebcb210790b0afb6d3f134b8811382e Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 3 Jun 2017 06:43:14 -0600 Subject: [PATCH] =?UTF-8?q?Correct=20typo=20in=20header=20file=20iempotenc?= =?UTF-8?q?e.=20=20Noted=20as=20part=20of=20Issue=20#53=20by=20Goran=20Mek?= =?UTF-8?q?i=C4=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libxx/libxx.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libxx/libxx.hxx b/libxx/libxx.hxx index be740aaf87..6abab2b365 100644 --- a/libxx/libxx.hxx +++ b/libxx/libxx.hxx @@ -34,7 +34,7 @@ //*************************************************************************** #ifndef __LIBXX_LIBXX_HXX -#define __LIBXX_LIBXX__HXX +#define __LIBXX_LIBXX_HXX 1 //*************************************************************************** // Included Files