Update nx/source/services/news.c

Co-authored-by: fincs <fincs@devkitpro.org>
This commit is contained in:
HookedBehemoth 2020-07-13 14:09:33 +02:00 committed by GitHub
parent 8a921af8f0
commit 4e0a8b3ac9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ Result _newsInitialize(NewsServiceType service_type) {
if (service_type >= NewsServiceType_Count) if (service_type >= NewsServiceType_Count)
return MAKERESULT(Module_Libnx, LibnxError_BadInput); return MAKERESULT(Module_Libnx, LibnxError_BadInput);
const char *service_names[] = { static const char* const service_names[] = {
"news:a", "news:a",
"news:c", "news:c",
"news:m", "news:m",