Skip to content

Commit

Permalink
Add _, from Eitan Adler in PR bin/52897
Browse files Browse the repository at this point in the history
  • Loading branch information
coypoop committed Jan 16, 2018
1 parent d3b11a8 commit 29c0828
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions games/morse/morse.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $NetBSD: morse.c,v 1.17 2012/06/19 05:46:08 dholland Exp $ */
/* $NetBSD: morse.c,v 1.18 2018/01/16 06:20:24 maya Exp $ */

/*
* Copyright (c) 1988, 1993
Expand Down Expand Up @@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1988, 1993\
#if 0
static char sccsid[] = "@(#)morse.c 8.1 (Berkeley) 5/31/93";
#else
__RCSID("$NetBSD: morse.c,v 1.17 2012/06/19 05:46:08 dholland Exp $");
__RCSID("$NetBSD: morse.c,v 1.18 2018/01/16 06:20:24 maya Exp $");
#endif
#endif /* not lint */

Expand Down Expand Up @@ -107,6 +107,7 @@ static const struct punc {
{ '"', ".-..-." },
{ '=', "-...-" },
{ '+', ".-.-." },
{ '_', "..--.-" },
{ '\0', NULL }
};

Expand Down

0 comments on commit 29c0828

Please sign in to comment.