summaryrefslogtreecommitdiffhomepage
path: root/src/demorec.c
diff options
context:
space:
mode:
authorMichael Smith <mikesmiffy128@gmail.com>2022-05-26 02:25:03 +0100
committerMichael Smith <mikesmiffy128@gmail.com>2022-05-26 02:25:03 +0100
commit8d8202990d0b63277fe095cc4b649d9de87d3893 (patch)
treee314a541de61d2dc7c3132a55025b8d7eb2e263d /src/demorec.c
parent0374d25603dfc9ec1590eee356c2c081c12b4641 (diff)
Remove some dodgy whitespace
Diffstat (limited to 'src/demorec.c')
-rw-r--r--src/demorec.c2
1 files changed, 1 insertions, 1 deletions
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;