mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-20 08:26:22 +00:00
Fix some more char* -> gchar*.
Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
This commit is contained in:
@@ -50,7 +50,7 @@ typedef struct delivery_receipt_t
|
||||
typedef struct prof_buff_entry_t
|
||||
{
|
||||
// pointer because it could be a unicode symbol as well
|
||||
char* show_char;
|
||||
gchar* show_char;
|
||||
int pad_indent;
|
||||
GDateTime* time;
|
||||
int flags;
|
||||
|
||||
Reference in New Issue
Block a user