X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fhexdump.c;h=a582c57db047e31ffbebdba877da3552a99a4e79;hb=a86aa7d152ed996170714a3a4516eab58bf8b59d;hp=9de602a6714b5a85a9d1da50f6d0d36bc3cea779;hpb=fa7c8bb79b45aecdf65ed93635a42f3fdf301134;p=libguestfs.git diff --git a/daemon/hexdump.c b/daemon/hexdump.c index 9de602a..a582c57 100644 --- a/daemon/hexdump.c +++ b/daemon/hexdump.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009 Red Hat Inc. + * Copyright (C) 2009 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -26,7 +26,7 @@ #include "actions.h" char * -do_hexdump (const char *path) +do_hexdump (char *path) { int len; char *buf;