summaryrefslogtreecommitdiff
path: root/src/sort.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sort.c')
-rw-r--r--src/sort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sort.c b/src/sort.c
index 31421cff6..693b902f0 100644
--- a/src/sort.c
+++ b/src/sort.c
@@ -459,7 +459,7 @@ static struct tempnode *volatile *temptail = &temphead;
struct sortfile
{
- char *name;
+ char const *name;
pid_t pid; /* If compressed, the pid of compressor, else zero */
};