diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/util/symcheck.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/symcheck.pl b/src/util/symcheck.pl index d5dce821b..df37a253d 100755 --- a/src/util/symcheck.pl +++ b/src/util/symcheck.pl @@ -3,7 +3,7 @@ use strict; use warnings; -use constant WARNING_SIZE => 2048; +use constant WARNING_SIZE => 512; my $symtab = {}; |
