X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fhexdump.c;h=ae7df924be1c8c13c6447772d59633dc1b4f47d2;hb=887290e949d54c6ac4c9b787231e588f84f2367c;hp=9de602a6714b5a85a9d1da50f6d0d36bc3cea779;hpb=2df2f2854ed2d1f9857ef3c5aaca29810cf3c506;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;