mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 03:06:21 +00:00
Merge branch 'master' into readline
This commit is contained in:
@@ -722,7 +722,7 @@ win_show_info(ProfWin *window, PContact contact)
|
||||
if (resources != NULL) {
|
||||
win_save_print(window, '-', NULL, 0, 0, "", "Resources:");
|
||||
|
||||
// sort in order of availabiltiy
|
||||
// sort in order of availability
|
||||
GList *curr = resources;
|
||||
while (curr != NULL) {
|
||||
Resource *resource = curr->data;
|
||||
|
||||
Reference in New Issue
Block a user