From d0ee1bd142fd5bb600eaf7f98e5150c3c8fc7374 Mon Sep 17 00:00:00 2001 From: Kai Huuhko Date: Mon, 15 Sep 2014 14:38:12 +0300 Subject: [PATCH] Eolian: Fix a c&p mistake in doc --- src/lib/eolian/Eolian.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/eolian/Eolian.h b/src/lib/eolian/Eolian.h index b85e408757..4edf1fe50a 100644 --- a/src/lib/eolian/Eolian.h +++ b/src/lib/eolian/Eolian.h @@ -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. *