From 904039c4c6cd2d67199709919fa1fc844b0f4af2 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 5 Feb 2025 12:34:39 +0100 Subject: Fix typos and trailing whitespace Also replace 'MSWindows' with 'Windows' where appropriate, leaving only old documents like README files from 1.3 and older as-is. --- fluid/code.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid/code.cxx') diff --git a/fluid/code.cxx b/fluid/code.cxx index f10777c3e..af8dba504 100644 --- a/fluid/code.cxx +++ b/fluid/code.cxx @@ -1023,7 +1023,7 @@ unsigned long Fd_Code_Writer::block_crc(const void *data, int n, unsigned long i while (n>0 && *s>0 && isspace(*s)) { s++; n--; } if (*s) line_start = false; } - // don't count '\r' that may be introduces by MSWindows + // don't count '\r' that may be introduced by Windows if (n>0 && *s=='\r') { s++; n--; } if (n>0 && *s=='\n') line_start = true; if (n>0) { -- cgit v1.2.3