From 43bc8400a08dc7af7a859f3ef43fb012b44b7611 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Fri, 18 Aug 2006 03:09:42 +0000 Subject: [PATCH] Tab cleanup. --- stepmania/src/ActorUtil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ActorUtil.cpp b/stepmania/src/ActorUtil.cpp index 7255a14b79..6239629680 100644 --- a/stepmania/src/ActorUtil.cpp +++ b/stepmania/src/ActorUtil.cpp @@ -309,7 +309,7 @@ static void MergeActorXML( XNode *pChild, const XNode *pParent ) if( pChild->GetChildValue(p->first, sOld) ) { RString sWarning = - ssprintf( "Overriding \"%s\" (\"%s\") in XML node \"%s\" with \"%s\" in XML node \"%s\"", + ssprintf( "Overriding \"%s\" (\"%s\") in XML node \"%s\" with \"%s\" in XML node \"%s\"", p->first.c_str(), p->second.c_str(), pChild->m_sName.c_str(),