diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 1998-11-29 19:57:03 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 1998-11-29 19:57:03 +0000 |
commit | 306ed6114132988dcdb80c7eb991f68016f1de5e (patch) | |
tree | e1c789ef1d073fb8d42242d526fadb52b26c0150 /games/phantasia/phantdefs.h | |
parent | a61d4a2bb98bef1baf926d04dc03a23753761164 (diff) |
NetBSD merge (mainly -Wall related)
Diffstat (limited to 'games/phantasia/phantdefs.h')
-rw-r--r-- | games/phantasia/phantdefs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/phantasia/phantdefs.h b/games/phantasia/phantdefs.h index bd0a12480df..ef571b7f7a7 100644 --- a/games/phantasia/phantdefs.h +++ b/games/phantasia/phantdefs.h @@ -1,3 +1,4 @@ +/* $OpenBSD: phantdefs.h,v 1.3 1998/11/29 19:57:01 pjanzen Exp $ */ /* $NetBSD: phantdefs.h,v 1.2 1995/03/24 03:59:28 cgd Exp $ */ /* @@ -138,5 +139,5 @@ #define CH_KILL '\030' /* kill character (ctrl-X) */ #define CH_ERASE '\010' /* erase character (ctrl-H) */ #define CH_NEWLINE '\n' /* newline */ -#define CH_RETURN '\r' /* carriage return */ +#define CH_RETURN '\r' /* carriage return */ #define CH_REDRAW '\014' /* redraw screen character (ctrl-L) */ |