From 5100dc69dae77ecc815e68e71eb25d60cd17ad5c Mon Sep 17 00:00:00 2001
From: Mikael Vejdemo-Johansson <michiexile@gmail.com>
Date: Wed, 8 Apr 2015 13:54:30 +0200
Subject: [PATCH] typo

---
 examples/ties.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/ties.c b/examples/ties.c
index 42dacb4e..45b49f77 100644
--- a/examples/ties.c
+++ b/examples/ties.c
@@ -174,7 +174,7 @@ HParser* finkmaoTW() {
 			   h_sequence(W, W, U, NULL),
 			   NULL);
   HParser *pairstar = h_indirect();
-  HParser *pstar_ = h_choice(h_sequence(pair, tuckpairstar, NULL),
+  HParser *pstar_ = h_choice(h_sequence(pair, pairstar, NULL),
 			      h_epsilon_p(),
 			      NULL);
   h_bind_indirect(pairstar, pstar_);
-- 
GitLab