mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 02:22:15 +02:00
Update nx/source/services/news.c
Co-authored-by: fincs <fincs@devkitpro.org>
This commit is contained in:
parent
8a921af8f0
commit
4e0a8b3ac9
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user