diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-19 11:36:20 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-19 11:36:20 -0600 |
commit | 9b57232f1beb774a8a4bab4ae1f85999e193d037 (patch) | |
tree | 38c3bc221a50176fafef2efb58e2f9337e1aaf39 /src/gnudiff_diff.h | |
parent | c7e29c4606e72cf1d3d0052eec08805c8cf3fce7 (diff) | |
download | kdiff3-9b57232f1beb774a8a4bab4ae1f85999e193d037.tar.gz kdiff3-9b57232f1beb774a8a4bab4ae1f85999e193d037.zip |
Remove additional unneeded tq method conversions
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; |