From: Michal MalĂ˝ Date: Fri, 10 Oct 2014 15:37:39 +0000 (+0200) Subject: Fix incorrect #endif comment X-Git-Tag: 0.4a~25 X-Git-Url: https://gitweb.devoid-pointer.net/?a=commitdiff_plain;h=7abfe6868cc57d7a4a9efe5d56aad527359a3f1b;p=anyanka.git Fix incorrect #endif comment --- 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