mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-28 15:06:02 -05:00
[library] remove initialization of globals to zero
This commit is contained in:
parent
9f1568349b
commit
c00febd8ac
@ -92,8 +92,8 @@ static struct event *updateev;
|
|||||||
|
|
||||||
// Counts the number of changes made to the database between to DATABASE
|
// Counts the number of changes made to the database between to DATABASE
|
||||||
// event notifications
|
// event notifications
|
||||||
static unsigned int deferred_update_notifications = 0;
|
static unsigned int deferred_update_notifications;
|
||||||
static short deferred_update_events = 0;
|
static short deferred_update_events;
|
||||||
|
|
||||||
static bool
|
static bool
|
||||||
handle_deferred_update_notifications(void)
|
handle_deferred_update_notifications(void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user