Removed an unneeded '{' that my tweaking should have removed.
[rsync/rsync-patches.git] / fname-convert.diff
index 0bfe920..6efc8f4 100644 (file)
@@ -518,7 +518,7 @@ autoconf and 'make proto'.
 +      struct timeval intended, before, after;
 +      int result;
 +
-+      if (timeout == NULL) {
++      if (timeout == NULL)
 +              return select(n, readfds, writefds, exceptfds, timeout);
 +
 +      intended = *timeout;