X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=blobdiff_plain;f=interactive.c;h=7b5ca7606e07bd7bef18a4c5ce26ede623cda632;hp=e184dbe4fce70b65a22b54d1cacb58cd74074e43;hb=df11124a676c84be661ab3dc3f255aa864fd79f7;hpb=cd770c52180367f093dacf18572d72fe5721466c diff --git a/interactive.c b/interactive.c index e184dbe..7b5ca76 100644 --- a/interactive.c +++ b/interactive.c @@ -147,7 +147,7 @@ static int exec_interactive_command(char *line) else { *args = '\0'; args++; - /* let p point to the next non-whitespace char */ + /* let args point to the next non-whitespace char */ args += strspn(args, delim); if (!*args) args = NULL;