diff options
author | Eric Andersen | 2004-03-15 08:29:22 +0000 |
---|---|---|
committer | Eric Andersen | 2004-03-15 08:29:22 +0000 |
commit | c7bda1ce659294d6e22c06e087f6f265983c7578 (patch) | |
tree | 4c6d2217f4d8306c59cf1096f8664e1cfd167213 /editors/patch.c | |
parent | 8854004b41065b3d081af7f3df13a100b0c8bfbe (diff) | |
download | busybox-c7bda1ce659294d6e22c06e087f6f265983c7578.zip busybox-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.gz |
Remove trailing whitespace. Update copyright to include 2004.
Diffstat (limited to 'editors/patch.c')
-rw-r--r-- | editors/patch.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/patch.c b/editors/patch.c index 1587919..e3745ef 100644 --- a/editors/patch.c +++ b/editors/patch.c @@ -31,7 +31,7 @@ * - Non-interactive * - Patches must apply cleanly or the hunk will fail. * - Reject file isnt saved - * - + * - */ #include <getopt.h> @@ -55,7 +55,7 @@ static int copy_lines(FILE *src_stream, FILE *dest_stream, const unsigned int li bb_perror_msg_and_die("Error writing to new file"); } free(line); - + i++; } return(i); @@ -282,7 +282,7 @@ extern int patch_main(int argc, char **argv) } } - /* 0 = SUCCESS + /* 0 = SUCCESS * 1 = Some hunks failed * 2 = More serious problems */ |