diff options
author | Erik Reckase <e.reckase@gmail.com> | 2010-09-28 02:44:48 +0000 |
---|---|---|
committer | Scott Draves <spot@draves.org> | 2015-02-15 12:20:13 -0500 |
commit | f75030e2905cbce34a754dc92f1f4d9484ef6f52 (patch) | |
tree | 0459ef5496a396e9f9c25c5552c00de583b1fc2e | |
parent | 43a5ee89c545cda092f6a616756744636eda5a3f (diff) | |
download | pucket-f75030e2905cbce34a754dc92f1f4d9484ef6f52.tar.gz pucket-f75030e2905cbce34a754dc92f1f4d9484ef6f52.tar.bz2 pucket-f75030e2905cbce34a754dc92f1f4d9484ef6f52.zip |
changed declaration order to allow windows compilation
git-svn-id: https://flam3.googlecode.com/svn/trunk@20 77852712-ef1d-11de-8684-7d64432d61a3
-rw-r--r-- | src/rect.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -259,10 +259,10 @@ static void iter_thread(void *fth) { int SBS = ficp->spec->sub_batch_size; int fuse; - fuse = (ficp->spec->earlyclip) ? FUSE_28 : FUSE_27; - double eta = 0.0; + fuse = (ficp->spec->earlyclip) ? FUSE_28 : FUSE_27; + pauset.tv_sec = 0; pauset.tv_nsec = 100000000; |