From 0b9114163de5d6861aa5a1a487fc43e2bb305fad Mon Sep 17 00:00:00 2001 From: Wolf Vollprecht Date: Mon, 10 Jan 2022 07:51:20 +0100 Subject: [PATCH] fix warning about german umlaut on MSVC --- mempcpy.c | 2 +- strchrnul.c | 2 +- strndup.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mempcpy.c b/mempcpy.c index 6fa228b..e88462f 100644 --- a/mempcpy.c +++ b/mempcpy.c @@ -2,7 +2,7 @@ * */ -/* Written by Niels Möller +/* Written by Niels Moeller * * This file is hereby placed in the public domain. */ diff --git a/strchrnul.c b/strchrnul.c index af1b4bb..542dda7 100644 --- a/strchrnul.c +++ b/strchrnul.c @@ -2,7 +2,7 @@ * */ -/* Written by Niels Möller +/* Written by Niels Moeller * * This file is hereby placed in the public domain. */ diff --git a/strndup.c b/strndup.c index f01065a..223c642 100644 --- a/strndup.c +++ b/strndup.c @@ -2,7 +2,7 @@ * */ -/* Written by Niels Möller +/* Written by Niels Moeller * * This file is hereby placed in the public domain. */