]> git.sesse.net Git - movit/commitdiff
Fix a stray j.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 1 Oct 2012 15:27:09 +0000 (17:27 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 1 Oct 2012 15:27:09 +0000 (17:27 +0200)
gamma_expansion_effect.cpp

index dcd0cde6ded15b73209e3c42d8df16514920a6d4..cef1416ae5b8f7f5c7f9fc8c74641c11927412ef 100644 (file)
@@ -1,4 +1,4 @@
-#include "gamma_expansion_effect.h"j
+#include "gamma_expansion_effect.h"
 
 GammaExpansionEffect::GammaExpansionEffect()
        : source_curve(GAMMA_LINEAR)