=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/compile_et/Attic/compile_et.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/usr.bin/compile_et/Attic/compile_et.c 2000/12/24 11:48:57 1.7 +++ src/usr.bin/compile_et/Attic/compile_et.c 2000/12/24 11:52:12 1.8 @@ -1,4 +1,4 @@ -/* $OpenBSD: compile_et.c,v 1.7 2000/12/24 11:48:57 aaron Exp $ */ +/* $OpenBSD: compile_et.c,v 1.8 2000/12/24 11:52:12 aaron Exp $ */ /* * Copyright (c) 1998, 1999 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). @@ -80,7 +80,7 @@ fprintf(c_file, "/* Generated from %s */\n", filename); if (id_str) - frintf(c_file, "/* %s */\n", id_str); + fprintf(c_file, "/* %s */\n", id_str); fprintf(c_file, "\n"); fprintf(c_file, "#include \n");