On 29-02-2016 16:08, Paul Eggert wrote: > On 02/29/2016 10:33 AM, Adhemerval Zanella wrote: >> + for (i = 1; i <= argc; i++) >> + argv[i] = va_arg (ap, char *); > > The indenting is off-by-one here, and in some other places like that. I'll fix these.