diff --git a/src/chapter-01.md b/src/chapter-01.md index 85a9f77..0e27fbc 100644 --- a/src/chapter-01.md +++ b/src/chapter-01.md @@ -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 */