]> git.marmaro.de Git - mmh/commitdiff
Whoops, fix a typo in my last commit.
authorKen Hornstein <kenh@pobox.com>
Mon, 2 Apr 2012 19:58:12 +0000 (15:58 -0400)
committerKen Hornstein <kenh@pobox.com>
Mon, 2 Apr 2012 19:58:12 +0000 (15:58 -0400)
uip/mhlsbr.c

index faa7f7148d1b15e9916b3d11f6de1cc1e3938886..7c13bec4120b31e8bfda34b810086bd9701d4720 100644 (file)
@@ -1923,7 +1923,7 @@ compileargs (struct mcomp *c1, char *nfs)
 {
     struct format *fmt;
     struct arglist *args;
-    char *ap;
+    char **ap;
     struct comp *cptr;
     unsigned int i;