Compile fix

FossilOrigin-Name: 6bddcdb938020bf500af0f47793b7502271433c2c47604c9cdb78e6552ebea9c
This commit is contained in:
me@ow.nekobit.net 2022-04-04 21:39:40 +00:00
parent 2273abfc83
commit 7416507f2d

View file

@ -77,8 +77,8 @@ char* construct_account_page(mastodont_t* api,
acct->following_count,
"Followers",
acct->followers_count,
acct->following ? "active" : "",
acct->following ? "Following!" : "Follow",
0 ? "active" : "",
0 ? "Following!" : "Follow",
acct->avatar,
info_html ? info_html : "",
statuses_html);