Eolian: Fix a c&p mistake in doc

This commit is contained in:
Kai Huuhko 2014-09-15 14:38:12 +03:00
parent 09d6592260
commit d0ee1bd142
1 changed files with 0 additions and 1 deletions

View File

@ -1598,7 +1598,6 @@ EAPI Eolian_Value eolian_expression_eval_type(const Eolian_Expression *expr, con
* it would appear in C (e.g. strings are quoted and escaped).
*
* @param[in] v the value.
* @param[in] etp the eolian type of the value.
* @return a stringshare containing the literal (quoted and escaped as needed)
* or NULL.
*