Skip to content

Commit

Permalink
Doc: correct init_aggregate_iterator return
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell authored and a-h-abdelsalam committed Jul 11, 2024
1 parent edb3fe7 commit a477a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manage_sql.c
Original file line number Diff line number Diff line change
Expand Up @@ -5266,7 +5266,7 @@ append_column (GArray *columns, const gchar *column_name,
* resource.
*
* @return 0 success, 1 failed to find resource, 2 failed to find filter,
* 3 invalid stat_column, 4 invalid group_column, 5 invalid type,
* 3 invalid data_column, 4 invalid group_column, 5 invalid type,
* 6 trashcan not used by type, 7 invalid text column, 8 invalid
* subgroup_column, -1 error.
*/
Expand Down

0 comments on commit a477a0f

Please sign in to comment.