X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fish%2Fecho.c;h=78b41601898ef59dd33d7cbbae403d37b2439765;hp=b4b5cf1debc639c441f5304cbc012d84ff665ba8;hb=692f127447d399db21c2e93026d4d2b0ac1839d1;hpb=4581eb2523eeb4d094d53af0555cb7e0f760ae2d diff --git a/fish/echo.c b/fish/echo.c index b4b5cf1..78b4160 100644 --- a/fish/echo.c +++ b/fish/echo.c @@ -1,5 +1,5 @@ /* guestfish - the filesystem interactive shell - * 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 @@ -25,9 +25,9 @@ #include "fish.h" int -do_echo (const char *cmd, int argc, char *argv[]) +run_echo (const char *cmd, size_t argc, char *argv[]) { - int i; + size_t i; for (i = 0; i < argc; ++i) { if (i > 0) printf (" ");