diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-10-15 18:59:28 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-10-15 18:59:28 +0200 |
| commit | d589c05b1741bf699897feef73c35a58592dc876 (patch) | |
| tree | 1558a7eebd6ad40768dbc6f8bd454d5d01096666 /fluid/code.cxx | |
| parent | 957fa1fe3751a10478d4ce4c5971d9d9dd17966d (diff) | |
Fix documentation typos and trailing whitespace
Diffstat (limited to 'fluid/code.cxx')
| -rw-r--r-- | fluid/code.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fluid/code.cxx b/fluid/code.cxx index 873b9d789..f10777c3e 100644 --- a/fluid/code.cxx +++ b/fluid/code.cxx @@ -1,7 +1,7 @@ // // Code output routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2023 by Bill Spitzak and others. +// Copyright 1998-2024 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -1091,7 +1091,7 @@ int Fd_Code_Writer::crc_puts(const char *text) { /** Write a single ASCII character to the code file. If MergeBack is enabled, the CRC calculation is continued. - \note to wrote UTF8 characters, use Fd_Code_Writer::crc_puts(const char *text) + \note to write UTF-8 characters, use Fd_Code_Writer::crc_puts(const char *text) \param[in] c any character between 0 and 127 inclusive \return see fputc(int, FILE*) */ |
