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>2012-07-01 13:54:44 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-07-01 13:54:44 +0400
commit1597ad9377460453845b48af69ea888e32297cc1 (patch)
tree3cda36a62e12b9e19bb124dacfd97a6ac0c9b108 /source/blender/blenlib/intern/time.c
parent93cb7fb97b30641300185101526206253ef316b2 (diff)
style cleanup
Diffstat (limited to 'source/blender/blenlib/intern/time.c')
-rw-r--r--source/blender/blenlib/intern/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/time.c b/source/blender/blenlib/intern/time.c
index 64f007513ed..bf9720fee09 100644
--- a/source/blender/blenlib/intern/time.c
+++ b/source/blender/blenlib/intern/time.c
@@ -37,7 +37,7 @@
double PIL_check_seconds_timer(void)
{
- static int hasperfcounter = -1; /* -1==unknown */
+ static int hasperfcounter = -1; /* (-1 == unknown) */
static double perffreq;
if (hasperfcounter == -1) {