1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-28 15:21:03 +01:00

zsh-workers/9253

This commit is contained in:
Tanaka Akira 2000-01-06 16:19:25 +00:00
parent 8b59ee0979
commit 66ec74ac7a
4 changed files with 6 additions and 4 deletions

View file

@ -2143,7 +2143,7 @@ duplist(LinkList l, VFunc func)
}
/**/
char **
mod_export char **
duparray(char **arr, VFunc func)
{
if (arr && *arr) {