From 41822a4ac4f614ca4d4d233c7f390244a68e0bcc Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 6 Aug 2025 09:52:56 +0800 Subject: [PATCH] bc: Fix a typo (missing quotes) in explanation --- chapter08/bc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter08/bc.xml b/chapter08/bc.xml index 7df13a963..1f99cd8ed 100644 --- a/chapter08/bc.xml +++ b/chapter08/bc.xml @@ -49,7 +49,7 @@ The meaning of the configure options: - CC=gcc -std=c99 + CC='gcc -std=c99' This parameter specifies the compiler and C standard to use.