From 475a58337a4ab6511fdd78a07ba14a06e883e175 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 22 Aug 1999 08:48:45 +0000 Subject: (writeline): Constify a char*. --- src/comm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/comm.c') diff --git a/src/comm.c b/src/comm.c index 7434cc87a..2e069d659 100644 --- a/src/comm.c +++ b/src/comm.c @@ -95,7 +95,7 @@ Compare sorted files LEFT_FILE and RIGHT_FILE line by line.\n\ 2 for a line only in file 2, 3 for a line in both. */ static void -writeline (struct linebuffer *line, FILE *stream, int class) +writeline (const struct linebuffer *line, FILE *stream, int class) { switch (class) { -- cgit v1.2.3-54-g00ecf