Add newline at EOF
This commit is contained in:
parent
bc04993eee
commit
0ba6ea4005
@ -273,4 +273,4 @@ Result FRD_AddFriendOnline(Handle event, u32 principalId);
|
|||||||
* @param principalId PrinipalId of the friend code to remove.
|
* @param principalId PrinipalId of the friend code to remove.
|
||||||
* @param localFriendCode LocalFriendCode of the friend code to remove.
|
* @param localFriendCode LocalFriendCode of the friend code to remove.
|
||||||
*/
|
*/
|
||||||
Result FRD_RemoveFriend(u32 principalId, u64 localFriendCode);
|
Result FRD_RemoveFriend(u32 principalId, u64 localFriendCode);
|
||||||
|
@ -474,4 +474,4 @@ Result FRD_RemoveFriend(u32 principalId, u64 localFriendCode)
|
|||||||
if(R_FAILED(ret = svcSendSyncRequest(frdHandle))) return ret;
|
if(R_FAILED(ret = svcSendSyncRequest(frdHandle))) return ret;
|
||||||
|
|
||||||
return cmdbuf[1];
|
return cmdbuf[1];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user