summaryrefslogtreecommitdiff
path: root/apps/misc.c
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2010-05-03 15:19:05 +0000
committerThomas Martitz <kugel@rockbox.org>2010-05-03 15:19:05 +0000
commit883e5ce778fd4b74644c4779539aba8c3a5c84f0 (patch)
treee947a19fd1ca3420aa73593872b45a2ed77437af /apps/misc.c
parent69f8e8d277f3edd02d44ac1452d9471a5fedf2f1 (diff)
downloadrockbox-883e5ce778fd4b74644c4779539aba8c3a5c84f0.tar.gz
rockbox-883e5ce778fd4b74644c4779539aba8c3a5c84f0.zip
Update a comment to reflect the previous commit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25794 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/misc.c')
-rw-r--r--apps/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/misc.c b/apps/misc.c
index eebcc9aebc..22f21d2106 100644
--- a/apps/misc.c
+++ b/apps/misc.c
@@ -159,7 +159,7 @@ bool warn_on_pl_erase(void)
159} 159}
160 160
161 161
162/* Performance optimized version of the previous function. */ 162/* Performance optimized version of the read_line() (see below) function. */
163int fast_readline(int fd, char *buf, int buf_size, void *parameters, 163int fast_readline(int fd, char *buf, int buf_size, void *parameters,
164 int (*callback)(int n, const char *buf, void *parameters)) 164 int (*callback)(int n, const char *buf, void *parameters))
165{ 165{