summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/friend/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/friend/errors.h')
-rw-r--r--src/core/hle/service/friend/errors.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/hle/service/friend/errors.h b/src/core/hle/service/friend/errors.h
index 72d96b555..b8314eb3f 100644
--- a/src/core/hle/service/friend/errors.h
+++ b/src/core/hle/service/friend/errors.h
@@ -1,4 +1,4 @@
-// Copyright 2018 yuzu emulator team
+// Copyright 2019 yuzu emulator team
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
@@ -9,4 +9,5 @@
namespace Service::Friend {
constexpr ResultCode ERR_NO_NOTIFICATIONS{ErrorModule::Account, 15};
+
}