summaryrefslogtreecommitdiff
path: root/src/htsjava.c
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-05-14 19:20:14 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-05-14 19:20:14 +0000
commit0573b166b2aa2ee40be1a328636cb539d96aeeac (patch)
tree60225c1335ff26c5e4f29bc7043548daa44c7d73 /src/htsjava.c
parenteaef7eb1f7ae092d73eeffa245ab418d70748fdf (diff)
Merge sources from windows-1252 to utf-8
Diffstat (limited to 'src/htsjava.c')
-rw-r--r--src/htsjava.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/htsjava.c b/src/htsjava.c
index 89bc74f..2a3d648 100644
--- a/src/htsjava.c
+++ b/src/htsjava.c
@@ -191,7 +191,7 @@ static int hts_parse_java(t_hts_callbackarg *carg, httrackp *opt,
#if JAVADEBUG
printf("header\n");
#endif
- // tester en tête
+ // tester en tĂȘte
if (reverse_endian()) {
header.magic = hts_swap32(header.magic);
header.count = hts_swap16(header.count);
@@ -415,7 +415,7 @@ static RESP_STRUCT readtable(htsmoduleStruct* str,
break;
default:
// printf("Type inconnue\n");
- // on arrête tout
+ // on arrĂȘte tout
sprintf(str->err_msg,"Internal structure unknown (type %d)",trans.type);
*error = 1;
return(trans);