diff options
author | Kevin Walzer <kw@codebykevin.com> | 2021-01-26 03:00:48 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2021-01-26 03:00:48 (GMT) |
commit | edddec4adb5a5948bbff1d8adcad501038ff2f7b (patch) | |
tree | fd5393d05e81deea2215cd4397e527c4a650dbff /win | |
parent | 4ba8d064e7a5e03e130b80581a7bdc548ac89ede (diff) | |
download | tk-edddec4adb5a5948bbff1d8adcad501038ff2f7b.zip tk-edddec4adb5a5948bbff1d8adcad501038ff2f7b.tar.gz tk-edddec4adb5a5948bbff1d8adcad501038ff2f7b.tar.bz2 |
Remove invalid UTF
Diffstat (limited to 'win')
-rw-r--r-- | win/tkWinPrint.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/tkWinPrint.c b/win/tkWinPrint.c index d82f699..cc43b91 100644 --- a/win/tkWinPrint.c +++ b/win/tkWinPrint.c @@ -3,9 +3,9 @@ *
* This module implements Win32 printer access.
*
- * Copyright © 1998 Bell Labs Innovations for Lucent Technologies.
- * Copyright © 2018 Microsoft Corporation.
- * Copyright © 2021 Kevin Walzer/WordTech Communications LLC.
+ * Copyright © 1998 Bell Labs Innovations for Lucent Technologies.
+ * Copyright © 2018 Microsoft Corporation.
+ * Copyright © 2021 Kevin Walzer/WordTech Communications LLC.
*
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
|