Skip to content

Commit

Permalink
Use static unsinged int
Browse files Browse the repository at this point in the history
  • Loading branch information
vikrantmalik051 committed Mar 20, 2020
1 parent 634dd53 commit b365999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/cups-browsed.c
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ static unsigned int BrowseInterval = 60;
static unsigned int BrowseTimeout = 300;
static uint16_t BrowsePort = 631;
static browsepoll_t **BrowsePoll = NULL;
int NewBrowsePollQueuesShared = 0;
static unsigned int NewBrowsePollQueuesShared = 0;
static unsigned int AllowResharingRemoteCUPSPrinters = 0;
static size_t NumBrowsePoll = 0;
static guint update_netifs_sourceid = 0;
Expand Down

0 comments on commit b365999

Please sign in to comment.