From 1034e0744afcdaecaeb4ab6cb05c6011c75bfb3e Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Thu, 28 Mar 2019 22:39:11 -0700 Subject: [PATCH] results: correct lr result names --- include/stratosphere/results/lr_results.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/stratosphere/results/lr_results.hpp b/include/stratosphere/results/lr_results.hpp index 5ee345e3..82a490eb 100644 --- a/include/stratosphere/results/lr_results.hpp +++ b/include/stratosphere/results/lr_results.hpp @@ -24,7 +24,7 @@ static constexpr Result ResultLrDataNotFound = MAKER static constexpr Result ResultLrUnknownStorageId = MAKERESULT(Module_Lr, 4); static constexpr Result ResultLrHtmlDocumentNotFound = MAKERESULT(Module_Lr, 6); static constexpr Result ResultLrAddOnContentNotFound = MAKERESULT(Module_Lr, 7); -static constexpr Result ResultLrControlPathNotFound = MAKERESULT(Module_Lr, 8); -static constexpr Result ResultLrLegalInformationPathNotFound = MAKERESULT(Module_Lr, 9); +static constexpr Result ResultLrControlNotFound = MAKERESULT(Module_Lr, 8); +static constexpr Result ResultLrLegalInformationNotFound = MAKERESULT(Module_Lr, 9); static constexpr Result ResultLrTooManyRegisteredPaths = MAKERESULT(Module_Lr, 90);