From d232d1851cd07b8900f2eb9d454699618713532a Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 18 Sep 2007 12:00:29 +0000 Subject: r25210: fix typo metze (This used to be commit 489758afb22368399054d1306711e14cebce94e1) --- source4/lib/replace/replace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/lib/replace/replace.h b/source4/lib/replace/replace.h index 052c7346a3..90d65931e7 100644 --- a/source4/lib/replace/replace.h +++ b/source4/lib/replace/replace.h @@ -474,7 +474,7 @@ typedef int bool; #define __STRING(x) #x #endif -#ifndef _STRINGSTRING +#ifndef __STRINGSTRING #define __STRINGSTRING(x) __STRING(x) #endif -- cgit