Fix missing return value in copy_tags()
commite9127911bc89c8cba0a4ecbd5c450efcc4b08a52
authorColomban Wendling <ban@herbesfolles.org>
Sat, 7 Oct 2023 19:54:04 +0000 (7 21:54 +0200)
committerColomban Wendling <ban@herbesfolles.org>
Sat, 7 Oct 2023 19:54:04 +0000 (7 21:54 +0200)
treecb87e1547bb9ca7579e300099ec73464dd6438f6
parent57631f1e1b82d7c4068e1c5cdcdb6e9b0e91e190
Fix missing return value in copy_tags()

Actually make this function not return anything as no caller seem to
need it, and it's not entirely trivial to return a useful value (it
could return the number of copied tags, but it'd have to be computed,
which is not useful if not used).
src/tagmanager/tm_workspace.c