diff --git a/layout.c b/layout.c index 6aef7b12e..11f45372f 100644 --- a/layout.c +++ b/layout.c @@ -32,6 +32,7 @@ /** Find the index of the first currently selected tag * \param tags the array of tags to search * \param ntags number of elements in above array + * \return tag number */ int get_current_tag_number(Tag *tags, int ntags)