From bb38a51d0f50b79e1b362203c7f12c9f76e7ee31 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 16 May 2011 02:05:12 +0000 Subject: Oops. git-svn-id: http://svn.drobilla.net/resp/trunk@431 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- src/pprint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pprint.cpp b/src/pprint.cpp index 94380b9..bbb4904 100644 --- a/src/pprint.cpp +++ b/src/pprint.cpp @@ -165,7 +165,7 @@ print_to(ostream& out, const AST* ast, unsigned indent, CEnv* cenv, bool types) if (types) { print_annotation(out, tup->list_ref(2), indent + head_width + 1, cenv, true); newline(out, child_indent); - } else if (tup->frrst()->as_tuple()) { + } else if (tup->frrst()->to_tuple()) { newline(out, child_indent); } else { out << " "; -- cgit v1.2.1