diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-09-18 12:00:29 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:06:54 -0500 |
commit | d232d1851cd07b8900f2eb9d454699618713532a (patch) | |
tree | a76b26c85c5d23724d62e07890746daed6a31cc2 | |
parent | 4a40dd266991b051dbcc4a7eb87123d58b6d5ea5 (diff) | |
download | samba-d232d1851cd07b8900f2eb9d454699618713532a.tar.gz samba-d232d1851cd07b8900f2eb9d454699618713532a.tar.bz2 samba-d232d1851cd07b8900f2eb9d454699618713532a.zip |
r25210: fix typo
metze
(This used to be commit 489758afb22368399054d1306711e14cebce94e1)
-rw-r--r-- | source4/lib/replace/replace.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |