diff options
Diffstat (limited to 'apps/misc.c')
| -rw-r--r-- | apps/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/misc.c b/apps/misc.c index 68775b3..1f945c5 100644 --- a/apps/misc.c +++ b/apps/misc.c @@ -170,7 +170,7 @@ bool warn_on_pl_erase(void) /* 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)) + int (*callback)(int n, char *buf, void *parameters)) { char *p, *next; int rc, pos = 0; |