forked from mirrors/treebird
Compile fix
FossilOrigin-Name: 6bddcdb938020bf500af0f47793b7502271433c2c47604c9cdb78e6552ebea9c
This commit is contained in:
parent
2273abfc83
commit
7416507f2d
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue