svn commit: samba r25210 - in branches/SAMBA_4_0/source/lib/replace: .

metze at samba.org metze at samba.org
Tue Sep 18 12:00:31 GMT 2007


Author: metze
Date: 2007-09-18 12:00:29 +0000 (Tue, 18 Sep 2007)
New Revision: 25210

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25210

Log:
fix typo

metze
Modified:
   branches/SAMBA_4_0/source/lib/replace/replace.h


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/replace.h
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/replace.h	2007-09-18 11:56:24 UTC (rev 25209)
+++ branches/SAMBA_4_0/source/lib/replace/replace.h	2007-09-18 12:00:29 UTC (rev 25210)
@@ -474,7 +474,7 @@
 #define __STRING(x)    #x
 #endif
 
-#ifndef _STRINGSTRING
+#ifndef __STRINGSTRING
 #define __STRINGSTRING(x) __STRING(x)
 #endif
 



More information about the samba-cvs mailing list