From 546d1c2149e9c8a050ccf8c10718e69bce09ec6c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 9 Aug 2021 21:56:27 +0200 Subject: Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- gpp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpp.c') diff --git a/gpp.c b/gpp.c index c79c822..200a898 100644 --- a/gpp.c +++ b/gpp.c @@ -340,7 +340,7 @@ after_unshebang: append(&out_data, &out_len, &out_size, "%c\"'", c); continue; } - } else if (c == '(' || c == '}') { + } else if (c == '(' || c == '{') { brackets += 1; } else if (c == '\\') { esc = 1; -- cgit v1.2.3-70-g09d2