Skip to content

Commit efd6219

Browse files
author
VadimTk
committed
fix load.c compilation
1 parent 62834be commit efd6219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/load.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ LoadWare()
455455
MakeAddress(w_street_1, w_street_2, w_city, w_state, w_zip);
456456

457457
w_tax = ((float) RandomNumber(10L, 20L)) / 100.0;
458-
w_ytd = 300000.00
458+
w_ytd = 300000.00;
459459

460460
if (option_debug)
461461
printf("WID = %ld, Name= %16s, Tax = %5.2f\n",

0 commit comments

Comments
 (0)