Cosmetic change to the dox_8x3 hack.

This commit is contained in:
Guido van Rossum 1996-06-20 14:18:34 +00:00
parent fd03e2b4b1
commit 0e41c8c848
1 changed files with 3 additions and 4 deletions

View File

@ -462,13 +462,12 @@ find_module(name, path, buf, buflen, p_fp)
else
buf[len++] = ch;
}
else{ /* Not in dos_8x3, use the full name */
else /* Not in dos_8x3, use the full name */
#else
{
strcpy(buf+len, name);
len += namelen;
}
#else
strcpy(buf+len, name);
len += namelen;
#endif
for (fdp = import_filetab; fdp->suffix != NULL; fdp++) {
strcpy(buf+len, fdp->suffix);