Merge pull request #8 from brohee/master
misaligned brace in listing 1.5
This commit is contained in:
commit
f69d425cac
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue