--- ray/src/meta/plotout.c 2003/02/22 02:07:26 1.1 +++ ray/src/meta/plotout.c 2003/07/01 21:21:40 1.2 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: plotout.c,v 1.1 2003/02/22 02:07:26 greg Exp $"; +static const char RCSid[] = "$Id: plotout.c,v 1.2 2003/07/01 21:21:40 greg Exp $"; #endif /* * Program to send meta-files to plot(3X) drivers @@ -159,7 +159,7 @@ PRIMITIVE *g; break; /* fall through */ - case PPAUSE: + case PPAUS: fflush(stdout); tty = open(TTY, O_RDWR); if (g->args != NULL) {