X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fish%2Fhexedit.c;h=885c54e33f0e0d5fddadd955798274f36a644595;hp=bd3efc8e57f3deef50be8b06899ea649f827d2d8;hb=d8346d5d6428c7293d1ddf58e4f9ec4b7de25380;hpb=c9c0ac7d362fd19214c2c5e5bb7dcd9059950887 diff --git a/fish/hexedit.c b/fish/hexedit.c index bd3efc8..885c54e 100644 --- a/fish/hexedit.c +++ b/fish/hexedit.c @@ -35,7 +35,7 @@ static off_t get_size (const char *filename); int -run_hexedit (const char *cmd, int argc, char *argv[]) +run_hexedit (const char *cmd, size_t argc, char *argv[]) { if (argc < 1 || argc > 3) { fprintf (stderr, _("hexedit (device|filename) [max | start max]\n"));