X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0a032eea07f6d77ac6ea4d5a39c9491c34358058..2a4e2f15af1a697152104af8f46f0ba6aab472ff:/sbr/m_atoi.c diff --git a/sbr/m_atoi.c b/sbr/m_atoi.c index 963d89e8..87a78283 100644 --- a/sbr/m_atoi.c +++ b/sbr/m_atoi.c @@ -1,5 +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. *