tc debug build fix

git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/branches/UNSTABLE@1096 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
Kenneth J Davis 2005-01-17 18:34:10 +00:00
parent ba36e777f0
commit 3acc1e41de
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ STATIC int ChildEnv(seg_t env_seg, seg_t *penv_seg, const char far *path)
fstrcpy(MK_PTR(char, dst_seg, env_sz + 4), PriPathName);
}
#if DEBUG
#ifdef DEBUG
{
seg_t dst_seg = *penv_seg + 1;
int i;