misaligned brace in listing 1.5

This commit is contained in:
Bruno Rohée 2014-02-01 14:39:18 +01:00
commit e93ef444d4

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 */