diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:30:18 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:30:18 -0600 |
commit | f3372e7bea9bbc288e039d85d660450220a637d8 (patch) | |
tree | a67f22c6994e07957a7d7053caa39c3808128f07 /src/gnudiff_diff.h | |
parent | b6e4d65c272eed16b317a7f8fed20d05b7bd8236 (diff) | |
download | kdiff3-f3372e7bea9bbc288e039d85d660450220a637d8.tar.gz kdiff3-f3372e7bea9bbc288e039d85d660450220a637d8.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'src/gnudiff_diff.h')
-rw-r--r-- | src/gnudiff_diff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gnudiff_diff.h b/src/gnudiff_diff.h index 7bc8b92..482435c 100644 --- a/src/gnudiff_diff.h +++ b/src/gnudiff_diff.h @@ -110,7 +110,7 @@ bool brief; bool expand_tabs; /* Use a tab in the output, rather than a space, before the text of an - input line, so as to keep the proper tqalignment in the input line + input line, so as to keep the proper alignment in the input line without changing the characters in it (-T). */ bool initial_tab; |