Skip to content

Commit b01fc03

Browse files
author
Daniel Kroening
committed
doc: times should have a value
1 parent ccb9334 commit b01fc03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/cprover-manual/cbmc-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ void unlock()
241241
int main()
242242
{
243243
unsigned got_lock = 0;
244-
int times;
244+
int times = 10;
245245

246246
while(times > 0)
247247
{

0 commit comments

Comments
 (0)