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>2015-04-07 23:13:16 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-04-07 23:15:38 +0300
commit09a746b857452705a152b3e9acadc39d884de8c3 (patch)
tree710202af1bf857171bfdfe5da58e78bff61fd44c /intern/cycles/render/graph.cpp
parentcc9c049ff7695ba5fa6a48d468bf3d18602d330e (diff)
Cycles: Cleanup, typos
Diffstat (limited to 'intern/cycles/render/graph.cpp')
-rw-r--r--intern/cycles/render/graph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/render/graph.cpp b/intern/cycles/render/graph.cpp
index 4767bbb4806..b63a7c1bc68 100644
--- a/intern/cycles/render/graph.cpp
+++ b/intern/cycles/render/graph.cpp
@@ -892,7 +892,7 @@ void ShaderGraph::dump_graph(const char *filename)
input,
output->name, input->name);
fprintf(fd,
- "\"\%p\":\"OUT_%p\":e -> \"%p\":\"IN_%p\":w [label=\"\"]\n",
+ "\"%p\":\"OUT_%p\":e -> \"%p\":\"IN_%p\":w [label=\"\"]\n",
output->parent,
output,
input->parent,