summaryrefslogtreecommitdiff
path: root/slope.h
diff options
context:
space:
mode:
Diffstat (limited to 'slope.h')
-rw-r--r--slope.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/slope.h b/slope.h
index 60c05bee8..0708bc5d5 100644
--- a/slope.h
+++ b/slope.h
@@ -38,4 +38,4 @@ static inline Slope ComplementSlope(Slope s)
return (Slope)(0xF ^ s);
}
-#endif
+#endif /* SLOPE_H */