summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2013-09-27 10:40:48 +0200
committerGravatar Nikias Bassen2013-09-27 10:40:48 +0200
commitaa702067d853efca2e1cb47c23e694273e0da329 (patch)
tree83a17910ff744dc922c8d6257b49ed62e23110d2
parent0e2bfbd3450096ae9e4c22e18fb169429c25d1f4 (diff)
downloadlibirecovery-aa702067d853efca2e1cb47c23e694273e0da329.tar.gz
libirecovery-aa702067d853efca2e1cb47c23e694273e0da329.tar.bz2
fix utf8 NBSP in header comments
-rw-r--r--include/libirecovery.h2
-rw-r--r--src/libirecovery.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/libirecovery.h b/include/libirecovery.h
index 09898bb..1749148 100644
--- a/include/libirecovery.h
+++ b/include/libirecovery.h
@@ -1,6 +1,6 @@
/*
* libirecovery.h
- * Communication to iBoot/iBSS on Apple iOS devices via USB
+ * Communication to iBoot/iBSS on Apple iOS devices via USB
*
* Copyright (c) 2012-2013 Martin Szulecki <m.szulecki@libimobiledevice.org>
* Copyright (c) 2010 Chronic-Dev Team
diff --git a/src/libirecovery.c b/src/libirecovery.c
index e81ed2e..f26ae3f 100644
--- a/src/libirecovery.c
+++ b/src/libirecovery.c
@@ -1,6 +1,6 @@
/*
* libirecovery.c
- * Communication to iBoot/iBSS on Apple iOS devices via USB
+ * Communication to iBoot/iBSS on Apple iOS devices via USB
*
* Copyright (c) 2012-2013 Martin Szulecki <m.szulecki@libimobiledevice.org>
* Copyright (c) 2010 Chronic-Dev Team