1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

remove obsolete line

This commit is contained in:
Stefan Lankes 2016-07-25 07:46:55 +02:00
parent fabfd1067e
commit 1d23b3b8dc

View file

@ -68,7 +68,6 @@ int main(int argc, char** argv)
file = fopen("/tmp/test.txt", "w");
if (file)
{
fprintf(file, "Hello World!!!\n");
fclose(file);
} else fprintf(stderr, "Unable to open file /tmp/test.txt\n");