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:
patricus 2025-06-29 19:50:22 +02:00
parent 26b2de0d67
commit 7428365f06
4 changed files with 7 additions and 10 deletions

2
cat.c
View file

@ -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;