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
path: root/extern
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2006-01-05 23:52:51 +0300
committerKent Mein <mein@cs.umn.edu>2006-01-05 23:52:51 +0300
commit2901da3c29087f5db3fadcbc6a2b3e05d8cdf0fb (patch)
tree50a28a78abede694cfb7cc0e7424dc1fdca8ee00 /extern
parent75032534f38e6609619f30fc2e511f717d37e74b (diff)
I added {}'s around an if block of code to prevent gcc from saying
this else is ambiguous... code was if (blah) if (blah2) stuff; else stuff2; its now if (blah) { if (blah2) stuff; else stuff2; } Kent
Diffstat (limited to 'extern')
0 files changed, 0 insertions, 0 deletions