From ed68dca92d5f36f4cd677b86420b0a5e592eca91 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Fri, 25 Mar 2022 16:52:54 -0700 Subject: [PATCH] type --- reflector/Callsign.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reflector/Callsign.cpp b/reflector/Callsign.cpp index b36874f..3defe45 100644 --- a/reflector/Callsign.cpp +++ b/reflector/Callsign.cpp @@ -23,7 +23,7 @@ #include "DMRIdDirHttp.h" #include "Callsign.h" -// if a client is using special characters ',', '-' or '/', he's out of luck! +// if a client is using special characters '.', '-' or '/', he's out of luck! #define M17CHARACTERS " ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-/." ////////////////////////////////////////////////////////////////////////////////////////