From: Andre Noll Date: Sun, 9 Nov 2008 12:15:16 +0000 (+0100) Subject: Fix a typo in interactive.c. X-Git-Tag: v0.0.5~1^2~16 X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=commitdiff_plain;h=df11124a676c84be661ab3dc3f255aa864fd79f7 Fix a typo in interactive.c. --- 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;