From 74de233464d35decff7f5e26e13526e988c3dcd4 Mon Sep 17 00:00:00 2001 From: "Derek \"Turtle\" Roe" Date: Fri, 19 Mar 2021 00:29:15 -0500 Subject: [PATCH] Update breakpoint.h Remove extra line --- Source/RSP/breakpoint.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/RSP/breakpoint.h b/Source/RSP/breakpoint.h index dc3c8d841..392919853 100644 --- a/Source/RSP/breakpoint.h +++ b/Source/RSP/breakpoint.h @@ -21,4 +21,3 @@ void RemoveAllBpoint ( void ); int AddRSP_BPoint ( DWORD Location, int Confirm ); int CheckForRSPBPoint ( DWORD Location ); void RemoveRSPBreakPoint (DWORD Location); -