]> git.tuebingen.mpg.de Git - paraslash.git/commit
aft: Change return type of make_status_items() to void.
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 7 Sep 2018 10:44:08 +0000 (12:44 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 19 Sep 2018 18:42:39 +0000 (20:42 +0200)
commit85ec8f30f6bef37a9a3bc2b84314654648f2f81c
treefa45377e7588d8d3542de7b0f14da09b3467295f
parent9c9d3e49b2f17e5a83b44b009785b9b6dd5b95aa
aft: Change return type of make_status_items() to void.

All callers ignore the return value anyway. However, let's print a
warning in the failure case.
aft.c