summaryrefslogtreecommitdiffstats
path: root/games/adventure/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/adventure/main.c')
-rw-r--r--games/adventure/main.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/games/adventure/main.c b/games/adventure/main.c
index 39a90c4..290ba93 100644
--- a/games/adventure/main.c
+++ b/games/adventure/main.c
@@ -34,18 +34,20 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
*/
#ifndef lint
-static char copyright[] =
+static const char copyright[] =
"@(#) Copyright (c) 1991, 1993\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#ifndef lint
+#if 0
static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/2/93";
+#endif
+static const char rcsid[] =
+ "$FreeBSD$";
#endif /* not lint */
/* Re-coding of advent in C: main program */
OpenPOWER on IntegriCloud