Cosmetic change to the dox_8x3 hack.
diff --git a/Python/import.c b/Python/import.c
index a3803a2..12a2c30 100644
--- a/Python/import.c
+++ b/Python/import.c
@@ -462,13 +462,12 @@
 				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);