summaryrefslogtreecommitdiff
path: root/apps/misc.c
diff options
context:
space:
mode:
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 68775b36f5..1f945c5431 100644
--- a/apps/misc.c
+++ b/apps/misc.c
@@ -170,7 +170,7 @@ bool warn_on_pl_erase(void)
170 170
171/* Performance optimized version of the read_line() (see below) function. */ 171/* Performance optimized version of the read_line() (see below) function. */
172int fast_readline(int fd, char *buf, int buf_size, void *parameters, 172int fast_readline(int fd, char *buf, int buf_size, void *parameters,
173 int (*callback)(int n, const char *buf, void *parameters)) 173 int (*callback)(int n, char *buf, void *parameters))
174{ 174{
175 char *p, *next; 175 char *p, *next;
176 int rc, pos = 0; 176 int rc, pos = 0;