X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fhexdump.c;h=ae7df924be1c8c13c6447772d59633dc1b4f47d2;hb=f339cb33703fc1b561d9956c29c4eb0e57334a91;hp=9de602a6714b5a85a9d1da50f6d0d36bc3cea779;hpb=fa7c8bb79b45aecdf65ed93635a42f3fdf301134;p=libguestfs.git diff --git a/daemon/hexdump.c b/daemon/hexdump.c index 9de602a..ae7df92 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;