aboutsummaryrefslogtreecommitdiffstats
path: root/awkgram.y
diff options
context:
space:
mode:
Diffstat (limited to 'awkgram.y')
-rw-r--r--awkgram.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/awkgram.y b/awkgram.y
index 23325c7e..04e65ef2 100644
--- a/awkgram.y
+++ b/awkgram.y
@@ -1239,7 +1239,7 @@ case_value
{
NODE *n = $2->lasti->memory;
bcfree($1);
- add_sign_to_num(n, "+");
+ add_sign_to_num(n, '+');
$$ = $2;
}
| YSTRING