From 08923a57b9e6d96598f5da3da5c9ae5e79fe0607 Mon Sep 17 00:00:00 2001 From: krangelov Date: Sat, 11 Sep 2021 22:46:15 +0200 Subject: [PATCH] fix typo --- src/runtime/c/pgf/expr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/c/pgf/expr.cxx b/src/runtime/c/pgf/expr.cxx index 0d0266726..b6b3919fe 100644 --- a/src/runtime/c/pgf/expr.cxx +++ b/src/runtime/c/pgf/expr.cxx @@ -609,7 +609,7 @@ PgfExpr PgfExprParser::parse_arg() return arg; } -PGF_INTERNAL PgfText wildcard = {size: 1, text: {'_','0'}}; +PGF_INTERNAL PgfText wildcard = {size: 1, text: {'_',0}}; PgfBind *PgfExprParser::parse_bind(PgfBind *next) {