summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Src/Thunk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/Common/Src/Thunk.cpp')
-rw-r--r--Source/Core/Common/Src/Thunk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/Src/Thunk.cpp b/Source/Core/Common/Src/Thunk.cpp
index d2c589c1ae..8dcf6ef35a 100644
--- a/Source/Core/Common/Src/Thunk.cpp
+++ b/Source/Core/Common/Src/Thunk.cpp
@@ -149,4 +149,4 @@ void *ProtectFunction(void *function, int num_params)
thunks[function] = call_point;
return (void *)call_point;
-} \ No newline at end of file
+}