From cfccce8a1c63ecf5b3233259d012f9ac8a426550 Mon Sep 17 00:00:00 2001 From: Tobi Oetiker Date: Thu, 5 Jun 2008 07:04:16 +0000 Subject: added missing } --- qooxdoo/source/perl/Qooxdoo/Services/Tr.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'qooxdoo/source/perl') diff --git a/qooxdoo/source/perl/Qooxdoo/Services/Tr.pm b/qooxdoo/source/perl/Qooxdoo/Services/Tr.pm index 357b020..6fb1c55 100644 --- a/qooxdoo/source/perl/Qooxdoo/Services/Tr.pm +++ b/qooxdoo/source/perl/Qooxdoo/Services/Tr.pm @@ -113,6 +113,7 @@ sub method_run_tr elsif (/^SLEEPING/){ push @array, ['SLEEPING']; $point = tell($fh); + } else { $error->set_error(107,"ERROR: $_. See $data for more information."); return $error; -- cgit v1.2.3-24-g4f1b