Correct typo.

git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@634 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
Bart Oldeman 2003-06-30 18:52:43 +00:00
parent 0971f348b2
commit 8c2eb41fc6
1 changed files with 1 additions and 1 deletions

View File

@ -2306,7 +2306,7 @@ STATIC VOID CmdInstallHigh(BYTE * pLine)
STATIC VOID InstallExec(struct instCmds *icmd) STATIC VOID InstallExec(struct instCmds *icmd)
{ {
BYTE filename[128], *args, *d, cmd = icmd->buffer; BYTE filename[128], *args, *d, *cmd = icmd->buffer;
exec_blk exb; exec_blk exb;
InstallPrintf(("installing %s\n",cmd)); InstallPrintf(("installing %s\n",cmd));