diff options
-rw-r--r-- | sfeed_curses.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_curses.c b/sfeed_curses.c index b6f995f..f54b4d6 100644 --- a/sfeed_curses.c +++ b/sfeed_curses.c @@ -175,7 +175,7 @@ static struct feed *feeds; static struct feed *curfeed; static size_t nfeeds; /* amount of feeds */ static time_t comparetime; -struct urls urls; +static struct urls urls; static char *urlfile; volatile sig_atomic_t state_sigchld = 0, state_sighup = 0, state_sigint = 0; |