Skip to content

Commit

Permalink
Fix a few string literals
Browse files Browse the repository at this point in the history
  • Loading branch information
Thilo Schulz committed Sep 28, 2011
1 parent b93a884 commit 89d986a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/qcommon/vm.c
Expand Up @@ -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;
}
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit 89d986a

Please sign in to comment.