diff options
author | David Robillard <d@drobilla.net> | 2011-05-16 02:05:12 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-05-16 02:05:12 +0000 |
commit | bb38a51d0f50b79e1b362203c7f12c9f76e7ee31 (patch) | |
tree | a5a595787c26a97b6c1de6e570c12a671fc7a8e6 /src | |
parent | e4df4a24bc60c3d5ff52ac09f0137dcb9c7ebb33 (diff) | |
download | resp-bb38a51d0f50b79e1b362203c7f12c9f76e7ee31.tar.gz resp-bb38a51d0f50b79e1b362203c7f12c9f76e7ee31.tar.bz2 resp-bb38a51d0f50b79e1b362203c7f12c9f76e7ee31.zip |
Oops.
git-svn-id: http://svn.drobilla.net/resp/trunk@431 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'src')
-rw-r--r-- | src/pprint.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 << " "; |