Merge pull request #8 from brohee/master

misaligned brace in listing 1.5
This commit is contained in:
James Gregory 2014-02-01 15:09:52 -08:00
commit f69d425cac

View file

@ -629,7 +629,7 @@ main(int argc, char *argv[]) {
while ( LengthCount-- ) {
/* Add each byte in turn into the checksum accumulator */
Checksum += (unsigned int) *WorkingPtr++;
}
}
} while ( WorkingLength );
/* Report the result */