mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 01:26:21 +00:00
Format code correctly
This commit is contained in:
@@ -77,7 +77,7 @@ notifier_uninit(void)
|
||||
void
|
||||
notify_typing(const char* const name)
|
||||
{
|
||||
gchar *message = g_strdup_printf("%s: typing...", name);
|
||||
gchar* message = g_strdup_printf("%s: typing...", name);
|
||||
notify(message, 10000, "Incoming message");
|
||||
g_free(message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user