X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/06d699042dc4880a93aea511b14c00aacdf1f46d..0f4556f12c8f75078501c9d1338ae7648a97f975:/usr/src/games/trek/getpar.c diff --git a/usr/src/games/trek/getpar.c b/usr/src/games/trek/getpar.c index ef3c186362..81f2e844dd 100644 --- a/usr/src/games/trek/getpar.c +++ b/usr/src/games/trek/getpar.c @@ -1,5 +1,5 @@ #ifndef lint -static char sccsid[] = "@(#)getpar.c 4.2 (Berkeley) %G%"; +static char sccsid[] = "@(#)getpar.c 4.3 (Berkeley) 5/28/83"; #endif not lint # include @@ -70,7 +70,7 @@ char *s; struct cvntab *r; r = getcodpar(s, Yntab); - return (r->value); + return ((int) r->value); }