diff options
author | Torbjörn Andersson | 2008-01-05 08:17:39 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2008-01-05 08:17:39 +0000 |
commit | 2147f59e3616127212687c60d38c8053362500b6 (patch) | |
tree | 75571fd23d8e838dd6e9768ee17bdf21bdad0daa /gui | |
parent | 610880dc674170304b4c6c550705b55a9511712e (diff) | |
download | scummvm-rg350-2147f59e3616127212687c60d38c8053362500b6.tar.gz scummvm-rg350-2147f59e3616127212687c60d38c8053362500b6.tar.bz2 scummvm-rg350-2147f59e3616127212687c60d38c8053362500b6.zip |
Converted some spaces to tabs.
svn-id: r30225
Diffstat (limited to 'gui')
-rw-r--r-- | gui/themebrowser.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gui/themebrowser.cpp b/gui/themebrowser.cpp index cc2a96d733..98e6df8565 100644 --- a/gui/themebrowser.cpp +++ b/gui/themebrowser.cpp @@ -108,15 +108,15 @@ void ThemeBrowser::updateListing() { #endif #ifdef MACOSX - CFURLRef resourceUrl = CFBundleCopyResourcesDirectoryURL(CFBundleGetMainBundle()); - if (resourceUrl) { + CFURLRef resourceUrl = CFBundleCopyResourcesDirectoryURL(CFBundleGetMainBundle()); + if (resourceUrl) { char buf[256]; if (CFURLGetFileSystemRepresentation(resourceUrl, true, (UInt8 *)buf, 256)) { Common::String resourcePath = buf; addDir(_themes, resourcePath, 0); } - CFRelease(resourceUrl); - } + CFRelease(resourceUrl); + } #endif if (ConfMan.hasKey("extrapath")) |