From 91bb75ebee061dc5c9686e01fb83c93202f420c3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 16 Mar 2025 14:45:49 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro --- src/gnudiff_diff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gnudiff_diff.h') 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; -- cgit v1.2.1