Code cleanup

This commit is contained in:
Pierre Pronchery 2016-02-04 15:56:47 +01:00
parent 77e44e0f88
commit e8cce6837b

View File

@ -212,7 +212,7 @@ static int _rrd_exec(char * argv[])
#ifdef DEBUG
fprintf(stderr, "DEBUG: %s() ", __func__);
while(*argv != NULL)
fprintf(stderr, "%s ", *argv++);
fprintf(stderr, "%s ", *(argv++));
fprintf(stderr, "\n");
#endif
while((ret = waitpid(pid, &status, 0)) != -1)