summaryrefslogtreecommitdiff
path: root/Source/Core/Common
diff options
context:
space:
mode:
authornakeee <nakeee@gmail.com>2008-11-26 17:16:54 +0000
committernakeee <nakeee@gmail.com>2008-11-26 17:16:54 +0000
commitd0cd722e8149bdc9c9cf17ec308aa874305754eb (patch)
tree206cb516e6e649e50e6d8d6b0cc625b2dccdfb41 /Source/Core/Common
parent1580d6ecf11e00585e2167f97687de181e95f80c (diff)
some cleanup
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1303 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common')
-rw-r--r--Source/Core/Common/Src/FileUtil.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/Common/Src/FileUtil.cpp b/Source/Core/Common/Src/FileUtil.cpp
index 73ae338ded..e3401387ac 100644
--- a/Source/Core/Common/Src/FileUtil.cpp
+++ b/Source/Core/Common/Src/FileUtil.cpp
@@ -274,8 +274,8 @@ u32 ScanDirectoryTree(const std::string& _Directory, FSTEntry& parentEntry)
u32 ScanDirectoryTree(const std::string& _Directory, FSTEntry& parentEntry)
{
PanicAlert("Scan directory not implemanted yet\n");
- // TODO - Insert linux stuff here
- return 0;
+ // TODO - Insert linux stuff here
+ return 0;
}
#endif