1
1
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3133 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
David Lawrence Ramsey 2005-11-09 20:33:42 +00:00
родитель 5455b6af46
Коммит 2101403824

Просмотреть файл

@ -943,8 +943,8 @@ bool inpar(const filestruct *const foo)
quote_len = quote_length(foo->data); quote_len = quote_length(foo->data);
return foo->data[quote_len + indent_length(foo->data + return (foo->data[quote_len + indent_length(foo->data +
quote_len)] != '\0'; quote_len)] != '\0');
} }
/* Put the next par_len lines, starting with first_line, into the /* Put the next par_len lines, starting with first_line, into the