some desc fixes

This commit is contained in:
Evgenii Alekseev 2017-10-22 04:47:29 +03:00
parent 475cb92969
commit 966c113f72
2 changed files with 4 additions and 14 deletions

12
AUTHORS
View File

@ -1,13 +1,3 @@
Current developers: Current developers:
Evgeniy Alekseev aka arcanis <esalexeev (at) gmail (dot) com> Evgeniy Alekseev <esalexeev (at) gmail (dot) com>
Packagers:
Konstantin Voinov (openSuSe)
Translators:
@Mermouy (French)
Ernesto Avilés Vzqz (Spanish)
@underr (Brazillian Portuguese)
Виктор Слободян (Ukrainian)
Steve Lemuel (Chinese)
Mariusz Kocoń (Polish)

View File

@ -14,8 +14,8 @@
*/ */
#ifndef _RESULT_H_ #ifndef _RESULT_HPP_
#define _RESULT_H_ #define _RESULT_HPP_
#include <string> #include <string>
#include <variant> #include <variant>
@ -155,4 +155,4 @@ public:
}; };
}; };
#endif /* _RESULT_H_ */ #endif /* _RESULT_HPP_ */