From fd7d8138a4ff5515f9b79c584a98d5c26d8ddb8a Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 2 Mar 2017 05:48:01 -0800 Subject: 3750 --- html/017parse_tree.cc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/017parse_tree.cc.html') diff --git a/html/017parse_tree.cc.html b/html/017parse_tree.cc.html index 1c9ebf22..7ee73d4f 100644 --- a/html/017parse_tree.cc.html +++ b/html/017parse_tree.cc.html @@ -110,7 +110,7 @@ if ('onhashchange' in window) { 48 string s = next_word(in); 49 if (s.empty()) { 50 assert(!has_data(in)); - 51 raise << "incomplete string tree at end of file (0)\n" << end(); + 51 raise << "incomplete string tree at end of file (0)\n" << end(); 52 return NULL; 53 } 54 string_tree* result = new string_tree(s); @@ -131,7 +131,7 @@ if ('onhashchange' in window) { 69 string s = next_word(in); 70 if (s.empty()) { 71 assert(!has_data(in)); - 72 raise << "incomplete string tree at end of file (1)\n" << end(); + 72 raise << "incomplete string tree at end of file (1)\n" << end(); 73 return NULL; 74 } 75 (*curr)->left = new string_tree(s); -- cgit 1.4.1-2-gfad0