From e93ef444d4529ffa85ae92dc7f0959ea3ef8d779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Roh=C3=A9e?= Date: Sat, 1 Feb 2014 14:39:18 +0100 Subject: [PATCH] misaligned brace in listing 1.5 --- src/chapter-01.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */