From 8da4f8e565c931596b77381376679fe03709675d Mon Sep 17 00:00:00 2001 From: "XTra.KrazzY" Date: Sat, 6 Jun 2009 23:26:48 +0000 Subject: [PATCH] oops git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3346 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_fs.h b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_fs.h index a10a6d0040..918177d903 100644 --- a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_fs.h +++ b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_fs.h @@ -21,7 +21,7 @@ enum { FS_RESULT_OK = 0, - FS_DIRFILE_NOT_FOUND = -6, + FS_DIRFILE_NOT_FOUND = -6, FS_INVALID_ARGUMENT = -101, FS_FILE_EXIST = -105, FS_FILE_NOT_EXIST = -106,