diff options
Diffstat (limited to 'daemon/hexdump.c')
-rw-r--r-- | daemon/hexdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/hexdump.c b/daemon/hexdump.c index 9de602a6..ae7df924 100644 --- a/daemon/hexdump.c +++ b/daemon/hexdump.c @@ -26,7 +26,7 @@ #include "actions.h" char * -do_hexdump (const char *path) +do_hexdump (char *path) { int len; char *buf; |