summaryrefslogtreecommitdiff
path: root/src/qcommon/vm.c
diff options
context:
space:
mode:
authorThilo Schulz <arny@ats.s.bawue.de>2011-09-28 03:13:30 +0000
committerTim Angus <tim@ngus.net>2013-01-10 23:38:30 +0000
commite54ada09c0cd1332b8028fae8b46128f5fe8ea33 (patch)
tree7fda2f7cf40f396f87842fdc79b372daee682a66 /src/qcommon/vm.c
parente606de9a3f0fba1159da671a9c0095b0defc0d35 (diff)
Fix a few string literals
Diffstat (limited to 'src/qcommon/vm.c')
-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;
}