X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/64e8827c5d5def0325ab7181fe939623c77e807c..1dd139e04f59bbfa3a310c2776c4bb2e2fdf1fdd:/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. *