Fixed #3445 (Problems with lib/standards.h)

This commit is contained in:
Daniel Marjamäki 2012-01-02 13:36:17 +01:00
parent 08805dd9fe
commit 906c2b70ac
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
/*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2011 Marek Zmys³owski and Cppcheck team.
* Copyright (C) 2007-2011 Marek Zmysłowski and Cppcheck team.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -15,8 +15,8 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef StandardsH
#define StandardsH
#ifndef standardsH
#define standardsH
/// @addtogroup Core
/// @{
@ -42,4 +42,4 @@ struct Standards {
/// @}
#endif // STANDARDS_H
#endif // standardsH