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:
authorCampbell Barton <ideasman42@gmail.com>2011-03-17 09:57:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-03-17 09:57:12 +0300
commit0277073579411206c2b05cabf5d6354c8c251f1e (patch)
tree286c0c71aee6110bdb5f9319bbc4d7e911022167 /source/blender/blenlib/PIL_time.h
parent719afd2622d4025bc463fbc9d6f8ec50b20f5ed3 (diff)
error with TIMEIT util define.
Diffstat (limited to 'source/blender/blenlib/PIL_time.h')
-rw-r--r--source/blender/blenlib/PIL_time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/PIL_time.h b/source/blender/blenlib/PIL_time.h
index df54b53e22e..82869035d50 100644
--- a/source/blender/blenlib/PIL_time.h
+++ b/source/blender/blenlib/PIL_time.h
@@ -73,7 +73,7 @@ void PIL_sleep_ms (int ms);
#define TIMEIT_END(var) \
} \
- printf("time end (" #var "): %.6f" " " AT "\n", TIMEIT_VAL(var)); \
+ printf("time end (" #var "): %.6f" " " AT "\n", TIMEIT_VALUE(var)); \
fflush(stdout); \
} \