summaryrefslogtreecommitdiff
path: root/src/shopitem.h
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2011-04-18 14:38:08 -0700
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2011-04-18 23:56:24 +0200
commit42605753159d7b63276351311e0fd43874a3366b (patch)
treed09aeedfab835fd35e2ddebb0583a4460878cd43 /src/shopitem.h
parenta8489adc8c4f6fe8355ea1abbfb7be12d0e73b27 (diff)
downloadmana-client-42605753159d7b63276351311e0fd43874a3366b.tar.gz
mana-client-42605753159d7b63276351311e0fd43874a3366b.tar.bz2
mana-client-42605753159d7b63276351311e0fd43874a3366b.tar.xz
mana-client-42605753159d7b63276351311e0fd43874a3366b.zip
Remove illegal macro names starting with underscore and capital
Diffstat (limited to 'src/shopitem.h')
-rw-r--r--src/shopitem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shopitem.h b/src/shopitem.h
index 9b3b9ec9..ecb99e72 100644
--- a/src/shopitem.h
+++ b/src/shopitem.h
@@ -19,8 +19,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef _SHOPITEM_H
-#define _SHOPITEM_H
+#ifndef SHOPITEM_H
+#define SHOPITEM_H
#include "item.h"