diff options
author | Michele Calgaro <[email protected]> | 2025-03-16 14:45:49 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-03-16 14:45:49 +0900 |
commit | 91bb75ebee061dc5c9686e01fb83c93202f420c3 (patch) | |
tree | e427258b574d39f6e0f93fc09a7d8cd2fa40aa64 /src/gnudiff_diff.h | |
parent | bd6fa47f95c6f58ccc2b91094d9cee35750aede4 (diff) | |
download | kdiff3-rename/true-false.tar.gz kdiff3-rename/true-false.zip |
Replace TRUE/FALSE with boolean values true/falserename/true-false
Signed-off-by: Michele Calgaro <[email protected]>
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..a3dd8ba 100644 --- a/src/gnudiff_diff.h +++ b/src/gnudiff_diff.h @@ -225,7 +225,7 @@ struct file_data { lin nondiscarded_lines; /* Vector, indexed by real origin-0 line number, - containing TRUE for a line that is an insertion or a deletion. + containing true for a line that is an insertion or a deletion. The results of comparison are stored here. */ bool *changed; |