From d499057d5f2fd8e4085ce48e8d18e26626b58200 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Thu, 2 May 2013 20:48:11 +0000 Subject: [PATCH] fixed file encoding (was MacRoman instead of UTF-8) --- BaS_gcc/.settings/org.eclipse.core.resources.prefs | 2 ++ BaS_gcc/include/xhdi_sd.h | 2 +- BaS_gcc/sources/xhdi_interface.c | 2 +- BaS_gcc/sources/xhdi_sd.c | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 BaS_gcc/.settings/org.eclipse.core.resources.prefs diff --git a/BaS_gcc/.settings/org.eclipse.core.resources.prefs b/BaS_gcc/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000..99f26c0 --- /dev/null +++ b/BaS_gcc/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +encoding/=UTF-8 diff --git a/BaS_gcc/include/xhdi_sd.h b/BaS_gcc/include/xhdi_sd.h index 9b75469..c5d6eff 100644 --- a/BaS_gcc/include/xhdi_sd.h +++ b/BaS_gcc/include/xhdi_sd.h @@ -17,7 +17,7 @@ * along with BaS_gcc. If not, see . * * Created on: 01.05.2013 - * Copyright 2012 M. Fršschle + * Copyright 2012 M. Fröschle */ #ifndef _XHDI_SD_H_ #define _XHDI_SD_H_ diff --git a/BaS_gcc/sources/xhdi_interface.c b/BaS_gcc/sources/xhdi_interface.c index c1426b3..7e305cb 100644 --- a/BaS_gcc/sources/xhdi_interface.c +++ b/BaS_gcc/sources/xhdi_interface.c @@ -17,7 +17,7 @@ * along with BaS_gcc. If not, see . * * Created on: 01.05.2013 - * Copyright 2012: M. Fršschle + * Copyright 2012: M. Fröschle */ #include diff --git a/BaS_gcc/sources/xhdi_sd.c b/BaS_gcc/sources/xhdi_sd.c index cb69c52..becc0b5 100644 --- a/BaS_gcc/sources/xhdi_sd.c +++ b/BaS_gcc/sources/xhdi_sd.c @@ -17,7 +17,7 @@ * along with BaS_gcc. If not, see . * * Created on: 01.05.2013 - * Copyright 2012 M. Fršschle + * Copyright 2012 M. Fröschle */ #include