summaryrefslogtreecommitdiff
path: root/src/common/utils.h
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-21 15:09:20 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-21 15:09:20 +0000
commit120b6a38af546987948505832c1d8d6fb3c853af (patch)
tree2c420c348c91db5fd3bcef68ebfca7e4bc2008f0 /src/common/utils.h
parentfc2c7c7f11ca46785fdf1b731305c761d428094f (diff)
downloadhercules-120b6a38af546987948505832c1d8d6fb3c853af.tar.gz
hercules-120b6a38af546987948505832c1d8d6fb3c853af.tar.bz2
hercules-120b6a38af546987948505832c1d8d6fb3c853af.tar.xz
hercules-120b6a38af546987948505832c1d8d6fb3c853af.zip
Applied a consistent look to all header files (copyright, ifdefs)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9891 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/utils.h')
-rw-r--r--src/common/utils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/utils.h b/src/common/utils.h
index efd477c9b..3e74374bc 100644
--- a/src/common/utils.h
+++ b/src/common/utils.h
@@ -1,8 +1,8 @@
// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
// For more information, see LICENCE in the main folder
-#ifndef COMMON_UTILS_H
-#define COMMON_UTILS_H
+#ifndef _UTILS_H_
+#define _UTILS_H_
#include <stdarg.h>
@@ -41,4 +41,4 @@ extern unsigned short GetWord(unsigned long val, size_t num);
extern unsigned short MakeWord(unsigned char byte0, unsigned char byte1);
extern unsigned long MakeDWord(unsigned short word0, unsigned short word1);
-#endif
+#endif /* _UTILS_H_ */