mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
snoopy: no trailing comma in array
This commit is contained in:
parent
390c870c0f
commit
3553fab125
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ protos.c: mkfile
|
||||||
do
|
do
|
||||||
echo ' &'$i','
|
echo ' &'$i','
|
||||||
done
|
done
|
||||||
echo ' 0,'
|
echo ' 0'
|
||||||
echo '};'
|
echo '};'
|
||||||
) > protos.c
|
) > protos.c
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue