mirror of
https://github.com/sigmasternchen/Wish
synced 2025-03-14 23:28:53 +00:00
there was a syntax error
This commit is contained in:
parent
623cbea827
commit
d8731bd62f
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ Kernel.Filesystem.devfs.populate = function() {
|
|||
if (!number)
|
||||
number = 4294967296; // 2^32; cheat because we can't generate inf random numbers at once.
|
||||
for (var i = 0; i < number; i++)
|
||||
this.content += String.fromCharCode(0));
|
||||
this.content += String.fromCharCode(0);
|
||||
return true;
|
||||
}
|
||||
Kernel.Filesystem.devfs.files.push(zero);
|
||||
|
|
Loading…
Reference in a new issue