diff options
author | Oystein Eftevaag | 2009-03-08 16:09:25 +0000 |
---|---|---|
committer | Oystein Eftevaag | 2009-03-08 16:09:25 +0000 |
commit | b5e40034bcc00cb41644895dbd21c69a39ddb1e4 (patch) | |
tree | 4296729731cc0cf5152633d7eb72bc7f6b3333fc /backends/platform | |
parent | 0c51a5f3939f739567baa794eb66d3e0203944c3 (diff) | |
download | scummvm-rg350-b5e40034bcc00cb41644895dbd21c69a39ddb1e4.tar.gz scummvm-rg350-b5e40034bcc00cb41644895dbd21c69a39ddb1e4.tar.bz2 scummvm-rg350-b5e40034bcc00cb41644895dbd21c69a39ddb1e4.zip |
The xcode project can now compile a native Mac OS X build
svn-id: r39238
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/iphone/blit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/iphone/blit.cpp b/backends/platform/iphone/blit.cpp index 642bdf84fa..1a3352945d 100644 --- a/backends/platform/iphone/blit.cpp +++ b/backends/platform/iphone/blit.cpp @@ -18,7 +18,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $UR$ + * $URL$ * $Id$ * */ |