Fix buildworld breakage.

Pointy hat:	phk
This commit is contained in:
Ollivier Robert 2002-08-20 15:58:44 +00:00
parent 8011a282e0
commit d3acd1e834
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102187

View File

@ -136,7 +136,7 @@ main(int argc, char *argv[])
i = *p;
strvisx(visbuf, p + 1, i,
VIS_SAFE | VIS_WHITE);
printf(" \"%s\", visbuf);
printf(" \"%s\"", visbuf);
}
free(visbuf);
printf("\n");