diff options
Diffstat (limited to 'src/direction_func.h')
-rw-r--r-- | src/direction_func.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/direction_func.h b/src/direction_func.h index c25cf4ea6..8c8170a15 100644 --- a/src/direction_func.h +++ b/src/direction_func.h @@ -234,4 +234,4 @@ static inline bool IsValidAxis(Axis d) return d < AXIS_END; } -#endif /* DIRECTION_H */ +#endif /* DIRECTION_FUNC_H */ |