From 906c2b70ac33419fda595bb6cb103bc5e84cc6cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Mon, 2 Jan 2012 13:36:17 +0100 Subject: [PATCH] Fixed #3445 (Problems with lib/standards.h) --- lib/standards.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/standards.h b/lib/standards.h index 94a3edc15..e0bfa2725 100644 --- a/lib/standards.h +++ b/lib/standards.h @@ -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 . */ -#ifndef StandardsH -#define StandardsH +#ifndef standardsH +#define standardsH /// @addtogroup Core /// @{ @@ -42,4 +42,4 @@ struct Standards { /// @} -#endif // STANDARDS_H +#endif // standardsH