Skip to content

Commit

Permalink
Forgot static here.
Browse files Browse the repository at this point in the history
  • Loading branch information
npyl committed Jul 28, 2018
1 parent 25fa539 commit bca32ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darwin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ char get_freq(char *p_client_buffer, size_t client_buffer_size,
* Our data is always the same for every core, so ignore |cpu| argument.
*/

bool initialised = false;
static bool initialised = false;

if (!initialised)
{
Expand Down

0 comments on commit bca32ef

Please sign in to comment.