summaryrefslogtreecommitdiff
path: root/src/split.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/split.c')
-rw-r--r--src/split.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/split.c b/src/split.c
index 70a3d9ad7..1b1ff2a7c 100644
--- a/src/split.c
+++ b/src/split.c
@@ -301,7 +301,7 @@ line_bytes_split (size_t n_bytes)
char *bp;
int eof = 0;
size_t n_buffered = 0;
- char *buf = (char *) xmalloc (n_bytes);
+ char *buf = xmalloc (n_bytes);
do
{