From 526810d5387bf32f2e7a0b5c3be4611eb5f633ac Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 13 May 2011 17:20:09 +0000 Subject: Don't pass 'false' for pointer parameter. git-svn-id: http://svn.drobilla.net/resp/trunk@410 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- src/pprint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/pprint.cpp b/src/pprint.cpp index dd42d8b..2beefca 100644 --- a/src/pprint.cpp +++ b/src/pprint.cpp @@ -226,7 +226,7 @@ print_to(ostream& out, const AST* ast, unsigned indent, CEnv* cenv, bool types) } // Print on single line if list contains only atoms - print_list_one_line(out, tup, i, indent + head_width, cenv, types, false); + print_list_one_line(out, tup, i, indent + head_width, cenv, types, NULL); } return out; -- cgit v1.2.1