diff --git a/libctru/include/3ds/services/frd.h b/libctru/include/3ds/services/frd.h index 66ea18c..e7f31e2 100644 --- a/libctru/include/3ds/services/frd.h +++ b/libctru/include/3ds/services/frd.h @@ -273,4 +273,4 @@ Result FRD_AddFriendOnline(Handle event, u32 principalId); * @param principalId PrinipalId of the friend code to remove. * @param localFriendCode LocalFriendCode of the friend code to remove. */ -Result FRD_RemoveFriend(u32 principalId, u64 localFriendCode); \ No newline at end of file +Result FRD_RemoveFriend(u32 principalId, u64 localFriendCode); diff --git a/libctru/source/services/frd.c b/libctru/source/services/frd.c index 398ad78..116ba5f 100644 --- a/libctru/source/services/frd.c +++ b/libctru/source/services/frd.c @@ -474,4 +474,4 @@ Result FRD_RemoveFriend(u32 principalId, u64 localFriendCode) if(R_FAILED(ret = svcSendSyncRequest(frdHandle))) return ret; return cmdbuf[1]; -} \ No newline at end of file +}