diff options
author | Johannes Schickel | 2010-01-31 17:05:07 +0000 |
---|---|---|
committer | Johannes Schickel | 2010-01-31 17:05:07 +0000 |
commit | 6a3308150fd401b25cb2cab1c8c494fbf3af1a12 (patch) | |
tree | cf88491d3d92ae77c4db64bef242650b8f35e0fc /tools | |
parent | 4bdae74b1091ed6f45b6dbdabd7a39392f879c77 (diff) | |
download | scummvm-rg350-6a3308150fd401b25cb2cab1c8c494fbf3af1a12.tar.gz scummvm-rg350-6a3308150fd401b25cb2cab1c8c494fbf3af1a12.tar.bz2 scummvm-rg350-6a3308150fd401b25cb2cab1c8c494fbf3af1a12.zip |
Yet another little formatting fix.
svn-id: r47758
Diffstat (limited to 'tools')
-rw-r--r-- | tools/create_msvc/create_msvc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/create_msvc/create_msvc.cpp b/tools/create_msvc/create_msvc.cpp index ba61acd221..6e65539841 100644 --- a/tools/create_msvc/create_msvc.cpp +++ b/tools/create_msvc/create_msvc.cpp @@ -1057,7 +1057,7 @@ void ProjectProvider::createScummVMSolution(const BuildSetup &setup) { "\tGlobalSection(SolutionConfigurationPlatforms) = preSolution\n" "\t\tDebug|Win32 = Debug|Win32\n" "\t\tRelease|Win32 = Release|Win32\n" - "\t\tDebug|x64 = Debug|x64\n" + "\t\tDebug|x64 = Debug|x64\n" "\t\tRelease|x64 = Release|x64\n" "\tEndGlobalSection\n" "\tGlobalSection(ProjectConfigurationPlatforms) = postSolution\n"; |