mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 14:06:22 +00:00
Fix some more char* -> gchar*.
Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
This commit is contained in:
@@ -503,7 +503,7 @@ chatwin_contact_offline(ProfChatWin* chatwin, char* resource, char* status)
|
||||
win_show_status_string((ProfWin*)chatwin, display_str, "offline", status, NULL, "--", "offline");
|
||||
}
|
||||
|
||||
char*
|
||||
gchar*
|
||||
chatwin_get_string(ProfChatWin* chatwin)
|
||||
{
|
||||
assert(chatwin != NULL);
|
||||
|
||||
Reference in New Issue
Block a user