KNF, no binary change.

From Pierre Riteau. Thanks!
This commit is contained in:
oga
2008-05-15 22:18:00 +00:00
parent ec77265b87
commit 5034a77849
9 changed files with 28 additions and 30 deletions

4
util.c
View File

@@ -49,9 +49,9 @@ u_exec(char *argstr)
char *tmp;
while (ap < end && (*ap = strsep(&argstr, " \t")) != NULL) {
if(**ap == '\0')
if (**ap == '\0')
continue;
ap++;
ap++;
if (argstr != NULL) {
/* deal with quoted strings */
switch(argstr[0]) {