summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2007-12-20 11:21:29 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2007-12-20 11:21:29 (GMT)
commit055b54bca8b9c38e2639f02e7338db54191693e5 (patch)
treeb21d0533cab135876ce79457f6f33dc949898abc
parent9b18806119f4c3adb1bc2ce6d937471c3b98d2ad (diff)
download2iv35-055b54bca8b9c38e2639f02e7338db54191693e5.zip
2iv35-055b54bca8b9c38e2639f02e7338db54191693e5.tar.gz
2iv35-055b54bca8b9c38e2639f02e7338db54191693e5.tar.bz2
fixed typo
-rw-r--r--Smoke/template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Smoke/template.c b/Smoke/template.c
index 9333041..2b594e9 100644
--- a/Smoke/template.c
+++ b/Smoke/template.c
@@ -60,7 +60,7 @@ void template_set_alpha(int alpha)
int template_get_alpha(void)
{
- return tepmlate_alpha;
+ return template_alpha;
}
void template_set_frame(fftw_real *frame)