aboutsummaryrefslogtreecommitdiffstats
path: root/awkgram.y
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-10-16 14:33:52 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-10-16 14:33:52 +0300
commit89e27bfb12cb18fe6d14dfb4957f185e8bb21932 (patch)
treef79ed15df9f4b37ce772ef4cc4198fa5daf1718f /awkgram.y
parent2d63bc3ee2a686560d29e1eb7b433deb45fd7619 (diff)
downloadegawk-89e27bfb12cb18fe6d14dfb4957f185e8bb21932.tar.gz
egawk-89e27bfb12cb18fe6d14dfb4957f185e8bb21932.tar.bz2
egawk-89e27bfb12cb18fe6d14dfb4957f185e8bb21932.zip
Typo fix in call to add_sign_to_num.
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