From 29739b62435bfb1449e67831a341eb17e7855428 Mon Sep 17 00:00:00 2001 From: Vilhelm Prytz Date: Thu, 31 Oct 2019 16:47:13 +0100 Subject: [PATCH] Fix invalid character for surname in author comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The "ö" showed up as an invalid character. This has been replaced with a proper "ö". --- src_c/_sdl2/touch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src_c/_sdl2/touch.c b/src_c/_sdl2/touch.c index 42a8d24c3a..1310c5e2b7 100644 --- a/src_c/_sdl2/touch.c +++ b/src_c/_sdl2/touch.c @@ -1,6 +1,6 @@ /* pygame - Python Game Library - Copyright (C) 2019 David Lönnhager + Copyright (C) 2019 David Lönnhager This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public