summaryrefslogtreecommitdiff
path: root/src/post/goom/ifs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/post/goom/ifs.c')
-rw-r--r--src/post/goom/ifs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/post/goom/ifs.c b/src/post/goom/ifs.c
index c7e843d09..40037b6b7 100644
--- a/src/post/goom/ifs.c
+++ b/src/post/goom/ifs.c
@@ -467,10 +467,10 @@ draw_ifs ( /* ModeInfo * mi */ int *nbpt)
FRACTAL *F;
if (Root == NULL)
- return;
+ return NULL;
F = Root; /* [ */ /*MI_SCREEN(mi)*/ /* 0]; */
if (F->Buffer1 == NULL)
- return;
+ return NULL;
u = (DBL) (F->Count) * (DBL) (F->Speed) / 1000.0;
uu = u * u;