From fcf3f1fa9a0d6b30a189e7e71fc55348d72595ce Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Thu, 6 Jun 2024 18:10:06 +0000 Subject: [PATCH] ...complete the sentence --- parse.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parse.y b/parse.y index 5c04b25..04254f4 100644 --- a/parse.y +++ b/parse.y @@ -148,7 +148,7 @@ typedef struct { %% /* - * Allow + * Allow empty lines at the start of the configuration. */ grammar : nl conf | conf ;