diff --git a/Source/Project64/UserInterface/Debugger/DMALog.h b/Source/Project64/UserInterface/Debugger/DMALog.h index 6af6b1fa6..0d404d2ae 100644 --- a/Source/Project64/UserInterface/Debugger/DMALog.h +++ b/Source/Project64/UserInterface/Debugger/DMALog.h @@ -23,4 +23,4 @@ public: DMALOGENTRY* GetEntryByRamAddress(uint32_t ramAddr, uint32_t* lpRomAddr, uint32_t* lpOffset); DMALOGENTRY* GetEntryByRomAddress(uint32_t romAddr); DMALOGENTRY* GetEntryByRomAddress(uint32_t romAddr, uint32_t* lpRamAddr, uint32_t* lpOffset); -}; \ No newline at end of file +};