diff options
Diffstat (limited to 'daemon/cmp.c')
-rw-r--r-- | daemon/cmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/cmp.c b/daemon/cmp.c index a48e9244..56717c55 100644 --- a/daemon/cmp.c +++ b/daemon/cmp.c @@ -28,7 +28,7 @@ #include "actions.h" int -do_equal (char *file1, char *file2) +do_equal (const char *file1, const char *file2) { char *file1buf, *file2buf; char *err; |