summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ns/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/ns/errors.h')
-rw-r--r--src/core/hle/service/ns/errors.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/hle/service/ns/errors.h b/src/core/hle/service/ns/errors.h
index 8a7621798..16d2ea6f7 100644
--- a/src/core/hle/service/ns/errors.h
+++ b/src/core/hle/service/ns/errors.h
@@ -7,5 +7,6 @@
namespace Service::NS {
-constexpr Result ERR_APPLICATION_LANGUAGE_NOT_FOUND{ErrorModule::NS, 300};
-} \ No newline at end of file
+constexpr Result ResultApplicationLanguageNotFound{ErrorModule::NS, 300};
+
+}