Skip to content

Commit 0af74cd

Browse files
author
yavuzkoroglu
committed
on 03.07.23 @ 10:26
1 parent ed78499 commit 0af74cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/srcmetrics/metrics

src/srcmetrics/metrics/npm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include "util/streq.h"
1616
#include "util/unless.h"
1717

18-
#define ENTRY_COUNT_GUESS (UNIT_COUNT_GUESS + FN_COUNT_GUESS + VAR_COUNT_GUESS)
18+
#define ENTRY_COUNT_GUESS (UNIT_COUNT_GUESS + FN_COUNT_GUESS)
1919

2020
static int npm_read_state = 0;
2121
static SVMap npm_statistics = NOT_AN_SVMAP;

0 commit comments

Comments
 (0)