mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-13 01:30:10 +00:00
print appended , to the extra data
This commit is contained in:
parent
d60cc72ac4
commit
c68af8819f
@ -105,7 +105,7 @@ print "done sending files.\n";
|
||||
|
||||
print "sending " ;
|
||||
print @ARGV;
|
||||
print "\n";
|
||||
print ",\n";
|
||||
|
||||
$ob->write(@ARGV);
|
||||
$ob->write(',');
|
||||
|
Loading…
x
Reference in New Issue
Block a user