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:
parent
fabfd1067e
commit
1d23b3b8dc
1 changed files with 0 additions and 1 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue