summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/qcommon/vm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qcommon/vm.c b/src/qcommon/vm.c
index 6113901d..a3883209 100644
--- a/src/qcommon/vm.c
+++ b/src/qcommon/vm.c
@@ -463,7 +463,7 @@ vmHeader_t *VM_LoadQVM( vm_t *vm, qboolean alloc, qboolean unpure)
VM_Free(vm);
FS_FreeFile(header.v);
- Com_Printf(S_COLOR_YELLOW "Warning: Data region size of %s not matching after"
+ Com_Printf(S_COLOR_YELLOW "Warning: Data region size of %s not matching after "
"VM_Restart()\n", filename);
return NULL;
}
@@ -498,7 +498,7 @@ vmHeader_t *VM_LoadQVM( vm_t *vm, qboolean alloc, qboolean unpure)
VM_Free(vm);
FS_FreeFile(header.v);
- Com_Printf(S_COLOR_YELLOW "Warning: Jump table size of %s not matching after"
+ Com_Printf(S_COLOR_YELLOW "Warning: Jump table size of %s not matching after "
"VM_Restart()\n", filename);
return NULL;
}