From 5c471ecea3e18118de8fa68a0220cab0b35531d3 Mon Sep 17 00:00:00 2001 From: Kevin Cozens Date: Sun, 16 Jan 2011 23:09:24 -0500 Subject: [PATCH] Fixed an out of place line in the comment block at the start of the file. --- plug-ins/common/van-gogh-lic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plug-ins/common/van-gogh-lic.c b/plug-ins/common/van-gogh-lic.c index 5ece5204d8..55d562f835 100644 --- a/plug-ins/common/van-gogh-lic.c +++ b/plug-ins/common/van-gogh-lic.c @@ -30,9 +30,9 @@ * Cabral et al. "Imaging vector fields using line integral convolution" in the * Proceedings of ACM SIGGRAPH 93. Publ. by ACM, New York, NY, USA. p. 263-270. * (See http://www8.cs.umu.se/kurser/TDBD13/VT00/extra/p263-cabral.pdf) - * noise function is practically ripped as is :) * * Some of the code is based on code by Steinar Haugen (thanks!), the Perlin + * noise function is practically ripped as is :) */ #include "config.h"