Hi. 

This is just a small diff for cp.c I believe it will improve
readability a little bit.

Regards.

Sorry, the diff goes here:

--- cp.c        2008-01-04 00:26:09.000000000 +0100
+++ cp_new.c    2008-01-04 00:28:48.000000000 +0100
@@ -215,8 +215,9 @@
                                type = DIR_TO_DNE;
                        else
                                type = FILE_TO_FILE;
-               } else
+               } else {
                        type = FILE_TO_FILE;
+               }
        } else {
                /*
                 * Case (2).  Target is a directory.

Reply via email to