fix misleading indentation
Mostly to shut up the compiler, but some real bugs hidden in there.
This commit is contained in:
@@ -1273,8 +1273,10 @@ void UxDoEditPixmap(Widget wid, char *fname)
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (fd1 > -1) close(fd1); fd1 = -1;
|
||||
if (fd2 > -1) close(fd2); fd2 = -1;
|
||||
if (fd1 > -1) close(fd1);
|
||||
fd1 = -1;
|
||||
if (fd2 > -1) close(fd2);
|
||||
fd2 = -1;
|
||||
|
||||
#ifdef DEBUG
|
||||
printf("final buffer = '%s'\n", buffer); /* debug */
|
||||
|
||||
Reference in New Issue
Block a user