Update a comment to reflect the previous commit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25794 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
69f8e8d277
commit
883e5ce778
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ bool warn_on_pl_erase(void)
|
|||
}
|
||||
|
||||
|
||||
/* Performance optimized version of the previous function. */
|
||||
/* Performance optimized version of the read_line() (see below) function. */
|
||||
int fast_readline(int fd, char *buf, int buf_size, void *parameters,
|
||||
int (*callback)(int n, const char *buf, void *parameters))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue