* Oops, fix compilation warning.

This commit is contained in:
Sam Hocevar
2007-02-19 09:28:52 +00:00
committed by sam
parent 68a2cee2df
commit ecb3a9efa1

View File

@@ -120,7 +120,7 @@ int main(int argc, char *argv[])
int x = myrand() % mlen;
data[moff + x] = data[x];
}
munmap(map);
munmap(map, mlen);
}
#endif
close(fd);