summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2021-01-26 03:00:48 (GMT)
committerKevin Walzer <kw@codebykevin.com>2021-01-26 03:00:48 (GMT)
commitedddec4adb5a5948bbff1d8adcad501038ff2f7b (patch)
treefd5393d05e81deea2215cd4397e527c4a650dbff
parent4ba8d064e7a5e03e130b80581a7bdc548ac89ede (diff)
downloadtk-edddec4adb5a5948bbff1d8adcad501038ff2f7b.zip
tk-edddec4adb5a5948bbff1d8adcad501038ff2f7b.tar.gz
tk-edddec4adb5a5948bbff1d8adcad501038ff2f7b.tar.bz2
Remove invalid UTF
-rw-r--r--win/tkWinPrint.c6
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.