]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/morse.hxx
Merge branch 'next' into durk-atc
[flightgear.git] / src / Sound / morse.hxx
index bd0f1aec18d4e5970a2489441607b1b348b367db..c6ed5a43b750411b62ad20b1a3c89198206d69ea 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started March 2001.
 //
-// Copyright (C) 2001  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 2001  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
@@ -16,7 +16,7 @@
 //
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
-// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 // $Id$
 
@@ -83,7 +83,7 @@ static const char DI = '1';
 static const char DIT = '1';
 static const char DA = '2';
 static const char DAH = '2';
-static const char end = '0';
+static const char END = '0';
 
 static const int BYTES_PER_SECOND = 22050;
 // static const int BEAT_LENGTH = 240; // milleseconds (5 wpm)