From f7b493ce665471f7cb624a389650a131a99f5b77 Mon Sep 17 00:00:00 2001 From: Maxime Pinot Date: Wed, 29 Apr 2026 11:12:23 +0200 Subject: [PATCH] Fix incorrect line number in the VLA chapter --- src/bgc_part_2500_vla.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bgc_part_2500_vla.md b/src/bgc_part_2500_vla.md index 8539467..d81e3f6 100644 --- a/src/bgc_part_2500_vla.md +++ b/src/bgc_part_2500_vla.md @@ -83,7 +83,7 @@ int main(void) } ``` -(On line 7, I have an `fflush()` that should force the line to output +(On line 8, I have an `fflush()` that should force the line to output even though I don't have a newline at the end.) Line 12 is where we declare the VLA---once execution gets past that