From 077f08b2424d57955980d05c5c9d19391ab24c77 Mon Sep 17 00:00:00 2001 From: Fred Wright <fw@fwright.net> Date: Tue, 29 Oct 2024 14:54:03 -0700 Subject: [PATCH] README-CPP.txt: Remove trailing space. --- test/README-CPP.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/README-CPP.txt b/test/README-CPP.txt index 42241b5..c9dd137 100644 --- a/test/README-CPP.txt +++ b/test/README-CPP.txt @@ -21,7 +21,7 @@ dirent_with_cplusplus: The former fdopendir() implementation relied on a macro that collided with C++ headers, causing errors. The test was created to demonstrate that problem and its fix. It was written in C++ since that was how the problem was actually -discovered, though a test using plain C probably could have been constructed. +discovered, though a test using plain C probably could have been constructed. Meanwhile, the fdopendir() implementation has been rewritten in such a way that the aforementioned problem no longer exists. For that reason, the test was replaced with a simple include-only test, rather than rewriting the former test -- GitLab