aboutsummaryrefslogtreecommitdiff
path: root/Sil/Check.icl
diff options
context:
space:
mode:
Diffstat (limited to 'Sil/Check.icl')
-rw-r--r--Sil/Check.icl3
1 files changed, 2 insertions, 1 deletions
diff --git a/Sil/Check.icl b/Sil/Check.icl
index 89ed73e..c51d73c 100644
--- a/Sil/Check.icl
+++ b/Sil/Check.icl
@@ -61,7 +61,8 @@ checkFunction err f = checkErrors
[ checkLocals
, checkReturnAndVoid
, checkMainFunctionType
- ] f $ noErrors err
+ ] f
+ $ noErrors err
where
checkReturnAndVoid :: Function -> [CheckError]
checkReturnAndVoid f = case f.f_type of