From a3381d3d641fc605f540675e92fab1dd0f010776 Mon Sep 17 00:00:00 2001 From: Ac_K Date: Sat, 1 Jun 2019 21:56:49 +0200 Subject: [PATCH] hidsysSetNotificationLedPattern cleanup Fix a copy/paste issue in hidsysSetNotificationLedPattern --- nx/source/services/hidsys.c | 1 - 1 file changed, 1 deletion(-) diff --git a/nx/source/services/hidsys.c b/nx/source/services/hidsys.c index f0b6c832..754d73b2 100644 --- a/nx/source/services/hidsys.c +++ b/nx/source/services/hidsys.c @@ -291,7 +291,6 @@ Result hidsysSetNotificationLedPattern(const HidsysNotificationLedPattern *patte struct { u64 magic; u64 result; - u64 total_entries; } *resp; serviceIpcParse(&g_hidsysSrv, &r, sizeof(*resp));