From 46524e1b20a3d65375cf9f58a503449a7e775b95 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Mon, 9 Jan 2012 12:51:56 -0600 Subject: [PATCH] another spaces->tabs thing but idk who did this so *shrug* --- src/Song.cpp | 4 ++-- src/arch/ArchHooks/ArchHooks_Win32.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Song.cpp b/src/Song.cpp index 4f0c47b396..68f0868a3a 100644 --- a/src/Song.cpp +++ b/src/Song.cpp @@ -601,7 +601,7 @@ void Song::TidyUpData( bool fromCache, bool duringCache ) { /* If a nonexistant banner file is specified, and we can't find a * replacement, don't wipe out the old value. */ - // m_sBannerFile = ""; + //m_sBannerFile = ""; // find an image with "banner" in the file name vector arrayPossibleBanners; @@ -617,7 +617,7 @@ void Song::TidyUpData( bool fromCache, bool duringCache ) if( !HasBackground() ) { - // m_sBackgroundFile = ""; + //m_sBackgroundFile = ""; // find an image with "bg" or "background" in the file name vector arrayPossibleBGs; diff --git a/src/arch/ArchHooks/ArchHooks_Win32.cpp b/src/arch/ArchHooks/ArchHooks_Win32.cpp index 230913b87d..b6945bc29a 100644 --- a/src/arch/ArchHooks/ArchHooks_Win32.cpp +++ b/src/arch/ArchHooks/ArchHooks_Win32.cpp @@ -19,7 +19,7 @@ static bool g_bIsMultipleInstance = false; void InvalidParameterHandler( const wchar_t *szExpression, const wchar_t *szFunction, const wchar_t *szFile, unsigned int iLine, uintptr_t pReserved ) { - FAIL_M( "Invalid parameter" ); //TODO: Make this more informative + FAIL_M( "Invalid parameter" ); //TODO: Make this more informative } #endif