From 9cf259c365f5d359449ac045dfeeaa722e74fb57 Mon Sep 17 00:00:00 2001 From: Laurent Gomila Date: Sat, 2 Feb 2013 20:42:00 +0100 Subject: [PATCH] Minor addition in the API documentation --- include/SFML/System/InputStream.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SFML/System/InputStream.hpp b/include/SFML/System/InputStream.hpp index f33aceeb..24331ed7 100644 --- a/include/SFML/System/InputStream.hpp +++ b/include/SFML/System/InputStream.hpp @@ -53,7 +53,7 @@ public : /// \param data Buffer where to copy the read data /// \param size Desired number of bytes to read /// - /// \return The number of bytes actually read + /// \return The number of bytes actually read, or -1 on error /// //////////////////////////////////////////////////////////// virtual Int64 read(void* data, Int64 size) = 0;