Remove a newline

This commit is contained in:
MasaGratoR 2023-04-14 16:41:58 +02:00 committed by GitHub
parent a9163e7244
commit 822182c47f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,7 +148,6 @@ Result tmemClose(TransferMemory* t)
}
if (R_SUCCEEDED(rc)) {
rc = tmemCloseHandle(t);
if (t->src_addr != NULL) {