From 8d8202990d0b63277fe095cc4b649d9de87d3893 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 26 May 2022 02:25:03 +0100 Subject: Remove some dodgy whitespace --- src/fov.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fov.c') diff --git a/src/fov.c b/src/fov.c index 46b90d2..151fa2e 100644 --- a/src/fov.c +++ b/src/fov.c @@ -52,7 +52,7 @@ static bool find_SetDefaultFOV(struct con_cmd *fov) { // SetDefaultFOV is the third. if (p[0] == X86_CALL && ++callcnt == 3) { orig_SetDefaultFOV = (SetDefaultFOV_func)(p + 5 + - mem_loadoffset(p + 1)); + mem_loadoffset(p + 1)); return true; } int len = x86_len(p); -- cgit v1.2.3