From f272bc8f42ebe26b7bab8e44665957eb690dfcf3 Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Mon, 19 Apr 2021 15:50:52 +0200
Subject: [PATCH] Removed non-ASCII chars.
---
asminc/joy-kernel.inc | 2 +-
include/fcntl.h | 2 +-
include/mouse/mouse-kernel.h | 2 +-
include/signal.h | 2 +-
src/ar65/error.c | 2 +-
src/ca65/enum.h | 2 +-
src/ca65/struct.h | 2 +-
src/cc65/loadexpr.h | 2 +-
src/cc65/loop.c | 2 +-
src/cc65/loop.h | 2 +-
src/cc65/preproc.h | 2 +-
src/cc65/shiftexpr.h | 2 +-
src/cc65/stackptr.c | 2 +-
src/cc65/stackptr.h | 2 +-
src/cc65/testexpr.c | 2 +-
src/common/inline.h | 2 +-
src/common/strstack.c | 2 +-
src/common/strstack.h | 2 +-
src/common/xmalloc.h | 2 +-
19 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/asminc/joy-kernel.inc b/asminc/joy-kernel.inc
index ef729fe3c..791934197 100644
--- a/asminc/joy-kernel.inc
+++ b/asminc/joy-kernel.inc
@@ -7,7 +7,7 @@
;/* */
;/* */
;/* (C) 2002-2006, Ullrich von Bassewitz */
-;/* Römerstraße 52 */
+;/* Roemerstrasse 52 */
;/* D-70794 Filderstadt */
;/* EMail: uz@cc65.org */
;/* */
diff --git a/include/fcntl.h b/include/fcntl.h
index 0d2398315..a1121159d 100644
--- a/include/fcntl.h
+++ b/include/fcntl.h
@@ -7,7 +7,7 @@
/* */
/* */
/* (C) 1998-2004 Ullrich von Bassewitz */
-/* Römerstraße 52 */
+/* Roemerstrasse 52 */
/* D-70794 Filderstadt */
/* EMail: uz@cc65.org */
/* */
diff --git a/include/mouse/mouse-kernel.h b/include/mouse/mouse-kernel.h
index f024b0926..e2d2ced10 100644
--- a/include/mouse/mouse-kernel.h
+++ b/include/mouse/mouse-kernel.h
@@ -7,7 +7,7 @@
/* */
/* */
/* (C) 2003-2006, Ullrich von Bassewitz */
-/* Römerstraße 52 */
+/* Roemerstrasse 52 */
/* D-70794 Filderstadt */
/* EMail: uz@cc65.org */
/* */
diff --git a/include/signal.h b/include/signal.h
index 5cb63fcae..0d5f6ad09 100644
--- a/include/signal.h
+++ b/include/signal.h
@@ -7,7 +7,7 @@
/* */
/* */
/* (C) 2002-2005, Ullrich von Bassewitz */
-/* Römerstraße 52 */
+/* Roemerstrasse 52 */
/* D-70794 Filderstadt */
/* EMail: uz@cc65.org */
/* */
diff --git a/src/ar65/error.c b/src/ar65/error.c
index 47ee90aa5..7f1e0f611 100644
--- a/src/ar65/error.c
+++ b/src/ar65/error.c
@@ -7,7 +7,7 @@
/* */
/* */
/* (C) 1998-2003 Ullrich von Bassewitz */
-/* Römerstraße 52 */
+/* Roemerstrasse 52 */
/* D-70794 Filderstadt */
/* EMail: uz@cc65.org */
/* */
diff --git a/src/ca65/enum.h b/src/ca65/enum.h
index 7d73a97b8..b954588dd 100644
--- a/src/ca65/enum.h
+++ b/src/ca65/enum.h
@@ -7,7 +7,7 @@
/* */
/* */
/* (C) 2003 Ullrich von Bassewitz */
-/* Römerstraße 52 */
+/* Roemerstrasse 52 */
/* D-70794 Filderstadt */
/* EMail: uz@cc65.org */
/* */
diff --git a/src/ca65/struct.h b/src/ca65/struct.h
index 1fdaf9d60..e927c477c 100644
--- a/src/ca65/struct.h
+++ b/src/ca65/struct.h
@@ -7,7 +7,7 @@
/* */
/* */
/* (C) 2003 Ullrich von Bassewitz */
-/* Römerstraße 52 */
+/* Roemerstrasse 52 */
/* D-70794 Filderstadt */
/* EMail: uz@cc65.org */
/* */
diff --git a/src/cc65/loadexpr.h b/src/cc65/loadexpr.h
index 3f13311f1..c9e70e1f6 100644
--- a/src/cc65/loadexpr.h
+++ b/src/cc65/loadexpr.h
@@ -7,7 +7,7 @@
/* */
/* */
/* (C) 2004 Ullrich von Bassewitz */
-/* Römerstraße 52 */
+/* Roemerstrasse 52 */
/* D-70794 Filderstadt */
/* EMail: uz@cc65.org */
/* */
diff --git a/src/cc65/loop.c b/src/cc65/loop.c
index f6c53ddc4..cc8ccdec9 100644
--- a/src/cc65/loop.c
+++ b/src/cc65/loop.c
@@ -7,7 +7,7 @@
/* */
/* */
/* (C) 1998-2004 Ullrich von Bassewitz */
-/* Römerstraße 52 */
+/* Roemerstrasse 52 */
/* D-70794 Filderstadt */
/* EMail: uz@cc65.org */
/* */
diff --git a/src/cc65/loop.h b/src/cc65/loop.h
index fa2859f61..1174443b4 100644
--- a/src/cc65/loop.h
+++ b/src/cc65/loop.h
@@ -7,7 +7,7 @@
/* */
/* */
/* (C) 1998-2004 Ullrich von Bassewitz */
-/* Römerstraße 52 */
+/* Roemerstrasse 52 */
/* D-70794 Filderstadt */
/* EMail: uz@cc65.org */
/* */
diff --git a/src/cc65/preproc.h b/src/cc65/preproc.h
index 1487179f4..78a91a590 100644
--- a/src/cc65/preproc.h
+++ b/src/cc65/preproc.h
@@ -7,7 +7,7 @@
/* */
/* */
/* (C) 1998-2004 Ullrich von Bassewitz */
-/* Römerstraße 52 */
+/* Roemerstrasse 52 */
/* D-70794 Filderstadt */
/* EMail: uz@cc65.org */
/* */
diff --git a/src/cc65/shiftexpr.h b/src/cc65/shiftexpr.h
index 2a000fd58..1f1a8c283 100644
--- a/src/cc65/shiftexpr.h
+++ b/src/cc65/shiftexpr.h
@@ -7,7 +7,7 @@
/* */
/* */
/* (C) 2004 Ullrich von Bassewitz */
-/* Römerstraße 52 */
+/* Roemerstrasse 52 */
/* D-70794 Filderstadt */
/* EMail: uz@cc65.org */
/* */
diff --git a/src/cc65/stackptr.c b/src/cc65/stackptr.c
index 1f10e8500..1381d68b4 100644
--- a/src/cc65/stackptr.c
+++ b/src/cc65/stackptr.c
@@ -7,7 +7,7 @@
/* */
/* */
/* (C) 2004-2006 Ullrich von Bassewitz */
-/* Römerstraße 52 */
+/* Roemerstrasse 52 */
/* D-70794 Filderstadt */
/* EMail: uz@cc65.org */
/* */
diff --git a/src/cc65/stackptr.h b/src/cc65/stackptr.h
index 4f90f8dcc..4e5ea732e 100644
--- a/src/cc65/stackptr.h
+++ b/src/cc65/stackptr.h
@@ -7,7 +7,7 @@
/* */
/* */
/* (C) 2004-2006 Ullrich von Bassewitz */
-/* Römerstraße 52 */
+/* Roemerstrasse 52 */
/* D-70794 Filderstadt */
/* EMail: uz@cc65.org */
/* */
diff --git a/src/cc65/testexpr.c b/src/cc65/testexpr.c
index 243f3ebf9..bad8b95f1 100644
--- a/src/cc65/testexpr.c
+++ b/src/cc65/testexpr.c
@@ -7,7 +7,7 @@
/* */
/* */
/* (C) 2004 Ullrich von Bassewitz */
-/* Römerstraße 52 */
+/* Roemerstrasse 52 */
/* D-70794 Filderstadt */
/* EMail: uz@cc65.org */
/* */
diff --git a/src/common/inline.h b/src/common/inline.h
index b90b3d1f4..2453547ac 100644
--- a/src/common/inline.h
+++ b/src/common/inline.h
@@ -7,7 +7,7 @@
/* */
/* */
/* (C) 2001-2005 Ullrich von Bassewitz */
-/* Römerstraße 52 */
+/* Roemerstrasse 52 */
/* D-70794 Filderstadt */
/* EMail: uz@cc65.org */
/* */
diff --git a/src/common/strstack.c b/src/common/strstack.c
index 508af178e..29dd10426 100644
--- a/src/common/strstack.c
+++ b/src/common/strstack.c
@@ -7,7 +7,7 @@
/* */
/* */
/* (C) 2004 Ullrich von Bassewitz */
-/* Römerstraße 52 */
+/* Roemerstrasse 52 */
/* D-70794 Filderstadt */
/* EMail: uz@cc65.org */
/* */
diff --git a/src/common/strstack.h b/src/common/strstack.h
index d29a47993..b0ff22bfb 100644
--- a/src/common/strstack.h
+++ b/src/common/strstack.h
@@ -7,7 +7,7 @@
/* */
/* */
/* (C) 2004 Ullrich von Bassewitz */
-/* Römerstraße 52 */
+/* Roemerstrasse 52 */
/* D-70794 Filderstadt */
/* EMail: uz@cc65.org */
/* */
diff --git a/src/common/xmalloc.h b/src/common/xmalloc.h
index eb196b6a1..fc919a16f 100644
--- a/src/common/xmalloc.h
+++ b/src/common/xmalloc.h
@@ -7,7 +7,7 @@
/* */
/* */
/* (C) 2000-2006 Ullrich von Bassewitz */
-/* Römerstraße 52 */
+/* Roemerstrasse 52 */
/* D-70794 Filderstadt */
/* EMail: uz@cc65.org */
/* */