summaryrefslogtreecommitdiff
path: root/src/Output.cc
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2013-01-22 08:29:55 -0800
committerPixel <pixel@nobis-crew.org>2013-01-22 08:29:55 -0800
commitf40de21e5666be6fa456fedc60584bd672d12c44 (patch)
treeb80497de619e661e246725b1cebcd68533d4e237 /src/Output.cc
parent107d87dc983f34e4ff23a4db188baa650ac51f98 (diff)
Removing some more cruft.
Diffstat (limited to 'src/Output.cc')
-rw-r--r--src/Output.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Output.cc b/src/Output.cc
index 9f5e370..3ca97b0 100644
--- a/src/Output.cc
+++ b/src/Output.cc
@@ -275,6 +275,8 @@ ssize_t Balau::Output::write(const void * buf, size_t count) throw (GeneralExcep
}
IAssert(false, "Shouldn't end up there.");
+
+ return -1;
}
bool Balau::Output::isClosed() {