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:
Diffstat (limited to 'release/plugins/sequence/gamma.c')
-rw-r--r--release/plugins/sequence/gamma.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/plugins/sequence/gamma.c b/release/plugins/sequence/gamma.c
index d6181eb0e9d..db04902413d 100644
--- a/release/plugins/sequence/gamma.c
+++ b/release/plugins/sequence/gamma.c
@@ -176,8 +176,8 @@ void plugin_seq_doit(Cast *cast, float facf0, float facf1, int width,
o[l]=CLAMP(i[l],0.f,1.f);
o[3]=1.0;
}
- i+=4;
- o+=4;
+ i += 4;
+ o += 4;
}
}
}