diff --git a/main.c b/main.c index 7a47812..3ca0a24 100644 --- a/main.c +++ b/main.c @@ -21,8 +21,8 @@ WITH REGARD TO THIS SOFTWARE. struct dirent* dir; typedef struct Lexicon { - int len, refs[512]; - char files[512][64]; + int len, refs[1024]; + char files[1024][64]; } Lexicon; /* clang-format off */