diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:56:04 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:56:04 -0600 |
commit | 303e108109ce526c414e8770119134dcc2f2d7bd (patch) | |
tree | 16e7fdb1b604f30ac7b9cb7bbaeae90c34f438a6 /src/gnudiff_diff.h | |
parent | f3372e7bea9bbc288e039d85d660450220a637d8 (diff) | |
download | kdiff3-303e108109ce526c414e8770119134dcc2f2d7bd.tar.gz kdiff3-303e108109ce526c414e8770119134dcc2f2d7bd.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit f3372e7bea9bbc288e039d85d660450220a637d8.
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 482435c..7bc8b92 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 alignment in the input line + input line, so as to keep the proper tqalignment in the input line without changing the characters in it (-T). */ bool initial_tab; |