mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
examples/filesystem: include newline in cat
command
This commit is contained in:
parent
cf5356df24
commit
898c6a758e
@ -199,6 +199,7 @@ static int _cat(int argc, char **argv)
|
||||
}
|
||||
close(fd);
|
||||
#endif
|
||||
fflush(stdout);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user