Skip to content

Commit

Permalink
Minor addition in the API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentGomila committed Feb 2, 2013
1 parent fa69228 commit 9cf259c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SFML/System/InputStream.hpp
Expand Up @@ -53,7 +53,7 @@ public :
/// \param data Buffer where to copy the read data /// \param data Buffer where to copy the read data
/// \param size Desired number of bytes to read /// \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; virtual Int64 read(void* data, Int64 size) = 0;
Expand Down

0 comments on commit 9cf259c

Please sign in to comment.