X-Git-Url: http://git.ieval.ro/?p=filters.git;a=blobdiff_plain;f=scramble.c;h=c1e989a2dcd862223b3fa054608b71df0e905a4d;hp=a82e5932368c4bac559c856b08a1c2815a71dfad;hb=HEAD;hpb=dd1b852e97cfac158883a3456a5dea9abbf31297 diff --git a/scramble.c b/scramble.c index a82e593..c1e989a 100644 --- a/scramble.c +++ b/scramble.c @@ -171,7 +171,7 @@ int main(int argc, char **argv) { c = fgetc(infile); if(feof(infile)) { - printf("Reached EOF while reading the first character of the input file!\n"); + fprintf(stderr, "Reached EOF while reading the first character of the input file!\n"); free(word); return 4; }