From: Kim Nguyễn Date: Thu, 1 Mar 2012 13:22:25 +0000 (+0100) Subject: Cosmetic change. X-Git-Url: http://git.nguyen.vg/gitweb/?p=SXSI%2Flibbp.git;a=commitdiff_plain;h=35d38c5681c54a22125452a2e43dc4b8305c588f Cosmetic change. --- diff --git a/bp.c b/bp.c index d9e85a2..f1aef19 100644 --- a/bp.c +++ b/bp.c @@ -446,7 +446,6 @@ void saveTree(bp *b, FILE *fp) { printf("Error: cannot save number of parentheses to file\n"); exit(1); } - if (fwrite(b->B, sizeof(pb), (b->n+D-1)/D, fp) != ((b->n+D-1)/D)) { printf("Error: cannot save parentheses sequence to file\n"); exit(1);