diff --git a/AUTHORS b/AUTHORS index 4ed4ef5..44d4305 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,13 +1,3 @@ Current developers: -Evgeniy Alekseev aka arcanis +Evgeniy Alekseev -Packagers: -Konstantin Voinov (openSuSe) - -Translators: -@Mermouy (French) -Ernesto Avilés Vzqz (Spanish) -@underr (Brazillian Portuguese) -Виктор Слободян (Ukrainian) -Steve Lemuel (Chinese) -Mariusz Kocoń (Polish) diff --git a/result.hpp b/result.hpp index 484c205..cbe051a 100644 --- a/result.hpp +++ b/result.hpp @@ -14,8 +14,8 @@ */ -#ifndef _RESULT_H_ -#define _RESULT_H_ +#ifndef _RESULT_HPP_ +#define _RESULT_HPP_ #include #include @@ -155,4 +155,4 @@ public: }; }; -#endif /* _RESULT_H_ */ +#endif /* _RESULT_HPP_ */