X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/71458b3b2492943349f7693a46792756d5013c69..6015bb1f7:/sbr/m_atoi.c diff --git a/sbr/m_atoi.c b/sbr/m_atoi.c index da6730df..87a78283 100644 --- a/sbr/m_atoi.c +++ b/sbr/m_atoi.c @@ -1,6 +1,4 @@ - -/* - * m_atoi.c -- Parse a string representation of a message number, and +/* m_atoi.c -- Parse a string representation of a message number, and * -- return the numeric value of the message. If the string * -- contains any non-digit characters, then return 0. *