Whitespace. (Vim's auto-indent is kind of annoying at times, like "daytime"

and "nighttime"...)
This commit is contained in:
Rob Landley 2006-06-25 15:37:28 +00:00
parent 934da82913
commit a892bf8284

View File

@ -119,7 +119,7 @@ int set_loop(char **device, const char *file, int offset)
loopinfo.lo_offset = offset;
/* Associate free loop device with file. */
if(!ioctl(dfd, LOOP_SET_FD, ffd)) {
if (!ioctl(dfd, BB_LOOP_SET_STATUS, &loopinfo)) rc=0;
if (!ioctl(dfd, BB_LOOP_SET_STATUS, &loopinfo)) rc=0;
else ioctl(dfd, LOOP_CLR_FD, 0);
}