games/gba: remove bogus file
This commit is contained in:
parent
05bdd09bc3
commit
c8cf0cee47
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
||||||
#include <u.h>
|
|
||||||
#include <libc.h>
|
|
||||||
|
|
||||||
void main()
|
|
||||||
{
|
|
||||||
int fd;
|
|
||||||
Dir *d;
|
|
||||||
int n, i;
|
|
||||||
|
|
||||||
fd = open(".", OREAD);
|
|
||||||
n = dirreadall(fd, &d);
|
|
||||||
for(i = 0; i < n; i++)
|
|
||||||
if(d[i].name[0] == '\xef')
|
|
||||||
remove(d[i].name);
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue