mirror of https://github.com/FDOS/kernel.git
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:
parent
0971f348b2
commit
8c2eb41fc6
|
@ -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));
|
||||||
|
|
Loading…
Reference in New Issue