From: Wayne Davison Date: Sun, 30 May 2004 22:47:49 +0000 (+0000) Subject: Removed an unneeded '{' that my tweaking should have removed. X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/commitdiff_plain/1750a9810e6dfe40f783254ba53ea7b522a2f3af Removed an unneeded '{' that my tweaking should have removed. --- diff --git a/fname-convert.diff b/fname-convert.diff index 0bfe920..6efc8f4 100644 --- a/fname-convert.diff +++ b/fname-convert.diff @@ -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;