summaryrefslogtreecommitdiff
path: root/src/lib/elm_grid.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elm_grid.eo')
-rw-r--r--src/lib/elm_grid.eo2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elm_grid.eo b/src/lib/elm_grid.eo
index 639a5de72..e3e8f7edb 100644
--- a/src/lib/elm_grid.eo
+++ b/src/lib/elm_grid.eo
@@ -32,7 +32,7 @@ class Elm_Grid (Elm_Widget)
list, but these removals won't be reflected on it.
@ingroup Grid */
- return Eina_List *;
+ return: Eina_List *;
}
}
}