Skip to content

Commit

Permalink
info
Browse files Browse the repository at this point in the history
  • Loading branch information
pratas committed May 10, 2024
1 parent 7bd4632 commit f26925d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extra/xscored.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ int32_t main(int argc, char *argv[]){
FILE *Reader = NULL;
uint8_t help, verbose, force, nTar = 1;
clock_t stop = 0, start = clock();
int64_t garbagex;
int64_t garbagex = 0;

if((help = ArgsState(DEFAULT_HELP, p, argc, "-h")) == 1 || argc < 2){
PrintMenuD();
Expand Down

0 comments on commit f26925d

Please sign in to comment.