summaryrefslogtreecommitdiff
path: root/test/raytracer/eval.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/raytracer/eval.h')
-rw-r--r--test/raytracer/eval.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/raytracer/eval.h b/test/raytracer/eval.h
index 610b5d9..88facfe 100644
--- a/test/raytracer/eval.h
+++ b/test/raytracer/eval.h
@@ -14,5 +14,5 @@ struct surface_characteristics {
void execute_program(struct array * toklist);
-void surface_function(struct closure * clos, int face, flt u, flt v,
+void surface_function(struct closure clos, int face, flt u, flt v,
/*out*/ struct surface_characteristics * sc);