summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3-main.h
diff options
context:
space:
mode:
authorjosh.macdonald <jmacd@users.noreply.github.com>2007-10-28 10:18:37 +0000
committerjosh.macdonald <jmacd@users.noreply.github.com>2007-10-28 10:18:37 +0000
commit49327439297ae6239f30dc77abf90e86352b7b7e (patch)
tree452edcbca9940afcd7a74867e175a00021dc9dad /xdelta3/xdelta3-main.h
parent7c16f576f4c8e292a93b5855e05eda5fedfba31a (diff)
80col changes.
Diffstat (limited to 'xdelta3/xdelta3-main.h')
-rw-r--r--xdelta3/xdelta3-main.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/xdelta3/xdelta3-main.h b/xdelta3/xdelta3-main.h
index 0c5e08d..4d642df 100644
--- a/xdelta3/xdelta3-main.h
+++ b/xdelta3/xdelta3-main.h
@@ -2955,10 +2955,11 @@ done:
2955 main_file_close (ifile); 2955 main_file_close (ifile);
2956 main_file_close (sfile); 2956 main_file_close (sfile);
2957 2957
2958 /* If output file is not open yet because of delayed-open, it means we never encountered 2958 /* If output file is not open yet because of delayed-open, it means
2959 * a window in the delta, but it could have had a VCDIFF header? TODO: solve this 2959 * we never encountered a window in the delta, but it could have had
2960 * elsewhere. For now, it prints "nothing to output" below, but the check doesn't 2960 * a VCDIFF header? TODO: solve this elsewhere. For now, it prints
2961 * happen in case of option_no_output. */ 2961 * "nothing to output" below, but the check doesn't happen in case
2962 * of option_no_output. */
2962 if (! option_no_output) 2963 if (! option_no_output)
2963 { 2964 {
2964 if (!stdout_only && ! main_file_isopen (ofile)) 2965 if (!stdout_only && ! main_file_isopen (ofile))