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/demorec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/demorec.c') diff --git a/src/demorec.c b/src/demorec.c index 5c79384..448e92d 100644 --- a/src/demorec.c +++ b/src/demorec.c @@ -353,7 +353,7 @@ static bool find_WriteMessages(void) { DECL_VFUNC_DYN(int, GetEngineBuildNumber) -bool demorec_custom_init(void) { +bool demorec_custom_init(void) { if (!has_vtidx_GetEngineBuildNumber || !has_vtidx_RecordPacket) { con_warn("demorec: custom: missing gamedata entries for this engine\n"); return false; -- cgit v1.2.3