From 20ad3a341a96e7746015ccb7369fa567897e11f6 Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Thu, 6 Jan 2011 17:32:00 -0800 Subject: Fix typo. Change-Id: I2d7796425ea746432964ce48959b6c227d31df11 --- media/libstagefright/httplive/LiveSession.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'media/libstagefright/httplive') diff --git a/media/libstagefright/httplive/LiveSession.cpp b/media/libstagefright/httplive/LiveSession.cpp index 9e63c41..5979be6 100644 --- a/media/libstagefright/httplive/LiveSession.cpp +++ b/media/libstagefright/httplive/LiveSession.cpp @@ -229,7 +229,7 @@ status_t LiveSession::fetchFile(const char *url, sp *out) { bufferRemaining); if (n < 0) { - return err; + return n; } if (n == 0) { -- cgit v1.1