stupid sun
This commit is contained in:
parent
5a2171b2e8
commit
d7925b13e3
7 changed files with 17 additions and 14 deletions
|
|
@ -432,9 +432,11 @@ int BZ_API(BZ2_bzDecompress) ( bz_stream *strm )
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
AssertH ( 0, 6001 );
|
||||
|
||||
return 0; /*NOTREACHED*/
|
||||
return 0;
|
||||
*/
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -211,7 +211,7 @@ int BZ_API(BZ2_bzRead)
|
|||
|
||||
}
|
||||
|
||||
return 0; /*not reached*/
|
||||
/* return 0; not reached*/
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue