Skip to content

Commit

Permalink
Start the return values at 1
Browse files Browse the repository at this point in the history
Use 0 to indicate it has not been set instead of displaying abandon.
  • Loading branch information
fgsch committed Apr 12, 2016
1 parent fce2ff2 commit 90afdda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libvcc/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@ def tbl40(a, b):


fo.write("\n/* VCL Returns */\n")
n = 0
n = 1
l = list(rets.keys())
l.sort()
for i in l:
Expand Down

0 comments on commit 90afdda

Please sign in to comment.