=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ctags/ctags.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/ctags/ctags.c 1997/01/15 23:42:23 1.3 +++ src/usr.bin/ctags/ctags.c 1999/07/02 18:37:11 1.4 @@ -1,4 +1,4 @@ -/* $OpenBSD: ctags.c,v 1.3 1997/01/15 23:42:23 millert Exp $ */ +/* $OpenBSD: ctags.c,v 1.4 1999/07/02 18:37:11 deraadt Exp $ */ /* $NetBSD: ctags.c,v 1.4 1995/09/02 05:57:23 jtc Exp $ */ /* @@ -44,7 +44,7 @@ #if 0 static char sccsid[] = "@(#)ctags.c 8.4 (Berkeley) 2/7/95"; #endif -static char rcsid[] = "$OpenBSD: ctags.c,v 1.3 1997/01/15 23:42:23 millert Exp $"; +static char rcsid[] = "$OpenBSD: ctags.c,v 1.4 1999/07/02 18:37:11 deraadt Exp $"; #endif /* not lint */ #include @@ -154,7 +154,7 @@ (void)fclose(inf); } - if (head) + if (head) { if (xflag) put_entries(head); else { @@ -178,6 +178,7 @@ system(cmd); } } + } exit(exit_val); }