Added braces to an empty "if" (to avoid any complaints from a compiler
authorWayne Davison <wayned@samba.org>
Mon, 15 Oct 2007 00:16:12 +0000 (00:16 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 15 Oct 2007 00:16:12 +0000 (00:16 +0000)
commit2e52ba36cb91c04eb37544f2205286db700ff730
tree9b00acf3587bdeb511fa0bcf063c8b18f7ca06eb
parentfd78520dcad9247170341ae0f874085c8adaf219
Added braces to an empty "if" (to avoid any complaints from a compiler
that likes to point out an "if (...)" with a semicolon after it).
rsync.c