From 06d2d040920b8b205d3cae533cd75fddf82ee925 Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Sun, 25 Jun 2017 10:41:11 +0100 Subject: [PATCH] fix issue with patch D4981 --- src/lib/elementary/elm_code_widget_selection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elementary/elm_code_widget_selection.h b/src/lib/elementary/elm_code_widget_selection.h index 7724c7b6db..21eec93b91 100644 --- a/src/lib/elementary/elm_code_widget_selection.h +++ b/src/lib/elementary/elm_code_widget_selection.h @@ -75,7 +75,7 @@ EAPI void elm_code_widget_selection_select_line(Evas_Object *widget, unsigned in * * @param[in] widget @c The elm_widget object. * @param[in] line @c The line index of the widget. - * @param[in] widget @c The column index of the widget. + * @param[in] col @c The column index of the widget. * * @return None *