aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gpp.c2
1 files changed, 1 insertions, 1 deletions
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;