From 93b0136eb2bd31043526b95dc3e920bc2ab880ee Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 1 Oct 2012 17:27:09 +0200 Subject: [PATCH] Fix a stray j. --- gamma_expansion_effect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamma_expansion_effect.cpp b/gamma_expansion_effect.cpp index dcd0cde..cef1416 100644 --- a/gamma_expansion_effect.cpp +++ b/gamma_expansion_effect.cpp @@ -1,4 +1,4 @@ -#include "gamma_expansion_effect.h"j +#include "gamma_expansion_effect.h" GammaExpansionEffect::GammaExpansionEffect() : source_curve(GAMMA_LINEAR) -- 2.39.2