diff options
author | Einar Johan Trøan Sømåen | 2012-05-11 16:25:53 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2012-06-02 13:01:27 +0200 |
commit | ff1b42259a16b927bff5e213a72aeb27e7dfd629 (patch) | |
tree | 26bd30df6492be9e9074a9a40c33379e24780695 /engines/wintermute/PathUtil.h | |
parent | ba6a2ac66ea3e679246a28e81013f7c4794ed564 (diff) | |
download | scummvm-rg350-ff1b42259a16b927bff5e213a72aeb27e7dfd629.tar.gz scummvm-rg350-ff1b42259a16b927bff5e213a72aeb27e7dfd629.tar.bz2 scummvm-rg350-ff1b42259a16b927bff5e213a72aeb27e7dfd629.zip |
WINTERMUTE: Unify license-headers, and header-guards.
Diffstat (limited to 'engines/wintermute/PathUtil.h')
-rw-r--r-- | engines/wintermute/PathUtil.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/wintermute/PathUtil.h b/engines/wintermute/PathUtil.h index a07e3f6af2..6bdabdc9d7 100644 --- a/engines/wintermute/PathUtil.h +++ b/engines/wintermute/PathUtil.h @@ -26,8 +26,8 @@ * Copyright (c) 2011 Jan Nedoma
*/
-#ifndef WINTERMUTE_BPATHUTILS_H
-#define WINTERMUTE_BPATHUTILS_H
+#ifndef WINTERMUTE_PATHUTILS_H
+#define WINTERMUTE_PATHUTILS_H
#include "PlatformSDL.h"
@@ -53,4 +53,4 @@ public: } // end of namespace WinterMute
-#endif // __WmePathUtils_H__
+#endif // WINTERMUTE_PATHUTILS_H
|