Commit 2f0cd353 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

add missing comment

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2518 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
......@@ -105,6 +105,8 @@ bool parse_num(const char *str, ssize_t *val)
return TRUE;
}
/* Read an int and a ssize_t, separated by a comma, from str, and store
* them in *line and *column (if they're not both NULL). */
void parse_line_column(const char *str, int *line, ssize_t *column)
{
char *comma;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment