Remove extra null-termination

This commit is contained in:
realaltffour 2020-04-28 14:36:08 +03:00
parent ee08cb5f53
commit 2c7352ed57
No known key found for this signature in database
GPG Key ID: 7115CD2AC9A76A56
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
#define EVENT_BUF_LEN (1024 * (EVENT_SIZE + 16))
static const int IGNORE_LIST_SIZE = 1;
static const char *extension_ignore_list[] = { "crdownload\0" };
static const char *extension_ignore_list[] = { "crdownload" };
static const char prefix_dir[] = "orgdl";