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 7f92ef0b..04feba6d 100644 --- a/daemon/cmp.c +++ b/daemon/cmp.c @@ -28,7 +28,7 @@ #include "actions.h" int -do_equal (const char *file1, const char *file2) +do_equal (char *file1, char *file2) { char *file1buf, *file2buf; int file1len, file2len; |