summaryrefslogtreecommitdiff
path: root/src/Input.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/Input.cc
parent107d87dc983f34e4ff23a4db188baa650ac51f98 (diff)
Removing some more cruft.
Diffstat (limited to 'src/Input.cc')
-rw-r--r--src/Input.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Input.cc b/src/Input.cc
index a86468e..ebcffb3 100644
--- a/src/Input.cc
+++ b/src/Input.cc
@@ -275,6 +275,8 @@ ssize_t Balau::Input::read(void * buf, size_t count) throw (GeneralException) {
}
IAssert(false, "Shouldn't end up there.");
+
+ return -1;
}
bool Balau::Input::isClosed() {