diff options
author | Omar Polo <op@omarpolo.com> | 2024-06-06 18:10:06 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2024-06-06 18:10:06 +0000 |
commit | fcf3f1fa9a0d6b30a189e7e71fc55348d72595ce (patch) | |
tree | afccce32537af6a6fc952a07995d611c07dcf1ed /parse.y | |
parent | 3b2ee15a6b0c42c392ce6898afbf5f60b086af8e (diff) |
...complete the sentence
Diffstat (limited to 'parse.y')
-rw-r--r-- | parse.y | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -148,7 +148,7 @@ typedef struct { %% /* - * Allow + * Allow empty lines at the start of the configuration. */ grammar : nl conf | conf ; |