Skip to content

Commit

Permalink
Fix a few string literals
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.icculus.org/quake3/trunk@2183 edf5b092-35ff-0310-97b2-ce42778d08ea
  • Loading branch information
thilo committed Sep 28, 2011
1 parent dc527e8 commit 0422b0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/qcommon/vm.c
Original file line number Diff line number Diff line change
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 0422b0d

Please sign in to comment.