From 7abfe6868cc57d7a4a9efe5d56aad527359a3f1b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20Mal=C3=BD?= <madcatxster@devoid-pointer.net> Date: Fri, 10 Oct 2014 17:37:39 +0200 Subject: [PATCH] Fix incorrect #endif comment --- helpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers.h b/helpers.h index fcf3cb7..5aaaa91 100644 --- a/helpers.h +++ b/helpers.h @@ -85,4 +85,4 @@ public: } }; -#endif // MATHHELPERS_H +#endif // HELPERS_H -- 2.43.5