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/BSurfaceSDL.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/BSurfaceSDL.h')
-rw-r--r-- | engines/wintermute/BSurfaceSDL.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/BSurfaceSDL.h b/engines/wintermute/BSurfaceSDL.h index 5689e6234c..ca9727331f 100644 --- a/engines/wintermute/BSurfaceSDL.h +++ b/engines/wintermute/BSurfaceSDL.h @@ -78,4 +78,4 @@ private: } // end of namespace WinterMute
-#endif // __WmeBSurfaceSDL_H__
+#endif // WINTERMUTE_BSURFACESDL_H
|