diff options
Diffstat (limited to 'battlestar/com5.c')
| -rw-r--r-- | battlestar/com5.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/battlestar/com5.c b/battlestar/com5.c index 71f8af70..24afa00b 100644 --- a/battlestar/com5.c +++ b/battlestar/com5.c @@ -1,4 +1,4 @@ -/* $NetBSD: com5.c,v 1.11 2000/09/08 17:25:31 jsm Exp $ */ +/* $NetBSD: com5.c,v 1.12 2000/09/10 10:51:17 jsm Exp $ */ /* * Copyright (c) 1983, 1993 @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)com5.c 8.2 (Berkeley) 4/28/95"; #else -__RCSID("$NetBSD: com5.c,v 1.11 2000/09/08 17:25:31 jsm Exp $"); +__RCSID("$NetBSD: com5.c,v 1.12 2000/09/10 10:51:17 jsm Exp $"); #endif #endif /* not lint */ @@ -70,7 +70,7 @@ kiss() } break; case NATIVE: - puts("The lips are warm and her body robust. She pulls you down to the ground."); + puts("Her lips are warm and her body robust. She pulls you down to the ground."); break; case TIMER: puts("The old man blushes."); |
