From 89d986a35b3fe6b8e9c7ff47282d871b9313bf21 Mon Sep 17 00:00:00 2001 From: Thilo Schulz Date: Wed, 28 Sep 2011 03:13:30 +0000 Subject: [PATCH] Fix a few string literals --- code/qcommon/vm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/qcommon/vm.c b/code/qcommon/vm.c index 40518851..0c03b48c 100644 --- a/code/qcommon/vm.c +++ b/code/qcommon/vm.c @@ -462,7 +462,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; } @@ -497,7 +497,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; }