diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-02-05 12:34:39 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-02-05 12:34:39 +0100 |
| commit | 904039c4c6cd2d67199709919fa1fc844b0f4af2 (patch) | |
| tree | 149baa442aa8a166c64fd3025a0be65666beba21 /fluid/code.cxx | |
| parent | 89d146eceee54ce2d4692751d3e7dcdb23817a28 (diff) | |
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.
Diffstat (limited to 'fluid/code.cxx')
| -rw-r--r-- | fluid/code.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
