Skip to content

Commit be0c0ed

Browse files
Gwenole Beauchesnemlichvar
authored andcommitted
remove duplicate call to va_start
1 parent 9a3aad9 commit be0c0ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

checkboxtree.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ int newtCheckboxTreeAddItem(newtComponent co,
118118
va_start(argList, index);
119119
numIndexes = 0;
120120
i = index;
121-
va_start(argList, index);
122121
while (i != NEWT_ARG_LAST) {
123122
indexes[numIndexes++] = i;
124123
i = va_arg(argList, int);

0 commit comments

Comments
 (0)