diff --git a/stratosphere/loader/source/servicesession.hpp b/stratosphere/loader/source/servicesession.hpp index 51f5d6897..8bf85ba06 100644 --- a/stratosphere/loader/source/servicesession.hpp +++ b/stratosphere/loader/source/servicesession.hpp @@ -109,7 +109,7 @@ class ServiceSession : public IWaitable { case IpcCommandType_Request: case IpcCommandType_RequestWithContext: retval = this->service_object->dispatch(&r, &c, cmdbuf, rawdata_start[2], &rawdata_start[4], wordcount - 6, &cmdbuf[8], &extra_rawdata_count); - out_words += extra_rawdata_count; + out_words += extra_rawdata_count; break; case IpcCommandType_Invalid: default: