Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2014-08-12 14:51:37 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-08-12 14:51:37 +0400
commit794277f8b6ca5f48eb994560d201e210e1eabaf1 (patch)
treed52f742e45ef965ccd74bd80dc13b472fc6d0eb0
parent0fc4289c39bd2412abe83adb30751bf43a571973 (diff)
Stupid MSVC replaces tabs to spaces spontaneously :S
-rw-r--r--intern/ghost/intern/GHOST_SystemWin32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_SystemWin32.cpp b/intern/ghost/intern/GHOST_SystemWin32.cpp
index 3be6f0d0e06..cad2aab0040 100644
--- a/intern/ghost/intern/GHOST_SystemWin32.cpp
+++ b/intern/ghost/intern/GHOST_SystemWin32.cpp
@@ -1428,7 +1428,7 @@ static bool isStartedFromCommandPrompt()
if (hwnd) {
DWORD pid = (DWORD)-1;
DWORD ppid = GetParentProcessID();
- char parent_name[MAX_PATH];
+ char parent_name[MAX_PATH];
bool start_from_launcher = false;
GetWindowThreadProcessId(hwnd, &pid);