Skip to content

Commit 0d81617

Browse files
authored
Update ASRenum.cpp
1 parent ce92fb2 commit 0d81617

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ASRenum.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ int main(int iArgCnt, char** argv) {
308308
}
309309
}
310310
VariantClear(&vtProp);
311-
printf(" ==============================================================================================================\n");
312311

313312
hr = pclsObj->Get(L"AttackSurfaceReductionOnlyExclusions", 0, &vtProp, 0, 0);
314313
printf("\n[*] ASR Exclusions: \n");
@@ -390,4 +389,4 @@ int main(int iArgCnt, char** argv) {
390389
step++;
391390

392391
return 0;
393-
}
392+
}

0 commit comments

Comments
 (0)