mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
Reduce global variable scope to file-local
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@
|
||||
// set_blockingmode()
|
||||
#include "config/config.h"
|
||||
|
||||
struct timespec t0[NUMTIMERS];
|
||||
static struct timespec t0[NUMTIMERS];
|
||||
|
||||
void timer_start(const enum timers i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user