From a04dce1ac9364a13872554b0f1100bcc5ca58740 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 29 Nov 2021 15:05:34 +0000 Subject: [PATCH] Bug 1743088 - freetype: Fix some encoding issue r=RyanVM DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D132232 --- modules/freetype2/builds/amiga/include/config/ftconfig.h | 2 +- modules/freetype2/builds/amiga/include/config/ftmodule.h | 2 +- modules/freetype2/builds/amiga/src/base/ftsystem.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/freetype2/builds/amiga/include/config/ftconfig.h b/modules/freetype2/builds/amiga/include/config/ftconfig.h index 6deea6b7e1b9..b0a5bee0276d 100644 --- a/modules/freetype2/builds/amiga/include/config/ftconfig.h +++ b/modules/freetype2/builds/amiga/include/config/ftconfig.h @@ -5,7 +5,7 @@ /* Amiga-specific configuration file (specification only). */ /* */ /* Copyright (C) 2005-2021 by */ -/* Werner Lemberg and Detlef Würkner. */ +/* Werner Lemberg and Detlef Würkner. */ /* */ /* This file is part of the FreeType project, and may only be used, */ /* modified, and distributed under the terms of the FreeType project */ diff --git a/modules/freetype2/builds/amiga/include/config/ftmodule.h b/modules/freetype2/builds/amiga/include/config/ftmodule.h index 873537cab633..80e3443973bb 100644 --- a/modules/freetype2/builds/amiga/include/config/ftmodule.h +++ b/modules/freetype2/builds/amiga/include/config/ftmodule.h @@ -5,7 +5,7 @@ /* Amiga-specific FreeType module selection. */ /* */ /* Copyright (C) 2005-2021 by */ -/* Werner Lemberg and Detlef Würkner. */ +/* Werner Lemberg and Detlef Würkner. */ /* */ /* This file is part of the FreeType project, and may only be used, */ /* modified, and distributed under the terms of the FreeType project */ diff --git a/modules/freetype2/builds/amiga/src/base/ftsystem.c b/modules/freetype2/builds/amiga/src/base/ftsystem.c index 665f7402493a..58ae54d5eea8 100644 --- a/modules/freetype2/builds/amiga/src/base/ftsystem.c +++ b/modules/freetype2/builds/amiga/src/base/ftsystem.c @@ -5,7 +5,7 @@ /* Amiga-specific FreeType low-level system interface (body). */ /* */ /* Copyright (C) 1996-2021 by */ -/* David Turner, Robert Wilhelm, Werner Lemberg and Detlef Würkner. */ +/* David Turner, Robert Wilhelm, Werner Lemberg and Detlef Würkner. */ /* */ /* This file is part of the FreeType project, and may only be used, */ /* modified, and distributed under the terms of the FreeType project */ @@ -26,7 +26,7 @@ /*************************************************************************/ /* */ - /* Maintained by Detlef Würkner */ + /* Maintained by Detlef Würkner */ /* */ /* Based on the original ftsystem.c, */ /* modified to avoid fopen(), fclose(), fread(), fseek(), ftell(), */