diff options
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r-- | src/lib/ndpi_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index 4964a0e1d..89761dc26 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -5881,7 +5881,7 @@ static int fully_enc_heuristic(struct ndpi_detection_module_struct *ndpi_str, cnt += 1; cnt_consecutives += 1; if(cnt_consecutives >= 20) { /* Ex4 */ - return 0;; + return 0; } } else { cnt_consecutives = 0; |