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:
authorNathan Letwory <nathan@letworyinteractive.com>2010-08-30 01:38:59 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2010-08-30 01:38:59 +0400
commit37b54281b2f7b7101b9f050c452e2895b55c45e2 (patch)
treeabd02e7317b511925635c8a68ac7bd1708f00c3e /source/blender/editors/sculpt_paint/SConscript
parent6c113b54b3566966b5ab2b731a59fa39b79aacd2 (diff)
Fix indentation errors
Diffstat (limited to 'source/blender/editors/sculpt_paint/SConscript')
-rw-r--r--source/blender/editors/sculpt_paint/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/SConscript b/source/blender/editors/sculpt_paint/SConscript
index c694e826817..2902b21fff1 100644
--- a/source/blender/editors/sculpt_paint/SConscript
+++ b/source/blender/editors/sculpt_paint/SConscript
@@ -12,7 +12,7 @@ incs += ' ../../gpu ../../makesrna'
if env['OURPLATFORM'] == 'linux2':
cflags='-pthread'
- incs += ' ../../../extern/binreloc/include'
+ incs += ' ../../../extern/binreloc/include'
if env['OURPLATFORM'] == 'linuxcross':
if env['WITH_BF_OPENMP']: