diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2008-06-05 09:04:16 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2008-06-05 09:04:16 +0200 |
commit | cfccce8a1c63ecf5b3233259d012f9ac8a426550 (patch) | |
tree | cb11e585aedb10ad2ec733e108b48d7fd46b8c72 | |
parent | fc9d545ce142680a5fb1fedfd0286c0acd0e1ebe (diff) | |
download | smokeping-cfccce8a1c63ecf5b3233259d012f9ac8a426550.tar.gz smokeping-cfccce8a1c63ecf5b3233259d012f9ac8a426550.tar.xz |
added missing }
-rw-r--r-- | qooxdoo/source/perl/Qooxdoo/Services/Tr.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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; |