]> git.tuebingen.mpg.de Git - paraslash.git/commit
aft: Simplify print_list_item().
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 23 Mar 2025 14:52:03 +0000 (15:52 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 7 Apr 2025 14:11:49 +0000 (16:11 +0200)
commit49e420a1525fa40fcf4301671755c4a534f13c5f
tree5b5cebcf4bc9518838a483a1c553ac8f3e7e67da
parentdb8b60632e7f4cfa30cf34de3fb5bacb9b2b4ce8
aft: Simplify print_list_item().

The function performs no cleanup, so we don't need to jump to "out"
just to return ret.
aft.c