diff --git a/libraries/libstratosphere/source/fs/fsa/fs_user_filesystem_for_debug.cpp b/libraries/libstratosphere/source/fs/fsa/fs_user_filesystem_for_debug.cpp index d10e5be6b..af95ddcc4 100644 --- a/libraries/libstratosphere/source/fs/fsa/fs_user_filesystem_for_debug.cpp +++ b/libraries/libstratosphere/source/fs/fsa/fs_user_filesystem_for_debug.cpp @@ -37,7 +37,7 @@ namespace ams::fs { } Result GetFileTimeStampRawForDebug(FileTimeStampRaw *out, const char *path) { - AMS_FS_R_TRY(GetFileTimeStampRawForDebug(out, path)); + AMS_FS_R_TRY(impl::GetFileTimeStampRawForDebug(out, path)); return ResultSuccess(); }