libpurple/purplenotificationmanager.c

changeset 42584
687260353985
parent 42576
ab1ca778ddb2
child 42594
eddde70cedd8
--- a/libpurple/purplenotificationmanager.c	Tue Jan 23 01:38:28 2024 -0600
+++ b/libpurple/purplenotificationmanager.c	Fri Jan 26 02:33:19 2024 -0600
@@ -23,11 +23,11 @@
 #include "purpleprivate.h"
 
 enum {
-	PROP_ZERO,
+	PROP_0,
 	PROP_UNREAD_COUNT,
 	N_PROPERTIES,
 };
-static GParamSpec *properties[N_PROPERTIES] = { NULL, };
+static GParamSpec *properties[N_PROPERTIES] = {NULL, };
 
 enum {
 	SIG_ADDED,
@@ -36,7 +36,7 @@
 	SIG_UNREAD,
 	N_SIGNALS,
 };
-static guint signals[N_SIGNALS] = { 0, };
+static guint signals[N_SIGNALS] = {0, };
 
 struct _PurpleNotificationManager {
 	GObject parent;

mercurial