diff options
author | Nikias Bassen | 2013-09-27 10:40:48 +0200 |
---|---|---|
committer | Nikias Bassen | 2013-09-27 10:40:48 +0200 |
commit | aa702067d853efca2e1cb47c23e694273e0da329 (patch) | |
tree | 83a17910ff744dc922c8d6257b49ed62e23110d2 | |
parent | 0e2bfbd3450096ae9e4c22e18fb169429c25d1f4 (diff) | |
download | libirecovery-aa702067d853efca2e1cb47c23e694273e0da329.tar.gz libirecovery-aa702067d853efca2e1cb47c23e694273e0da329.tar.bz2 |
fix utf8 NBSP in header comments
-rw-r--r-- | include/libirecovery.h | 2 | ||||
-rw-r--r-- | src/libirecovery.c | 2 |
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 |