fix a mistake that I put a broken version into stable tree, I added a line that shouldn't be there
This commit is contained in:
parent
26b2de0d67
commit
7428365f06
4 changed files with 7 additions and 10 deletions
2
cat.c
2
cat.c
|
@ -5,10 +5,8 @@
|
|||
#include <stdlib.h>
|
||||
#include<sys/stat.h>
|
||||
#include<string.h>
|
||||
#include<windows.h>
|
||||
int main(int argc,char *argv[])
|
||||
{
|
||||
|
||||
if(argc==1) {
|
||||
read_from_stdin();
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue