Skip to content

Commit 91981bc

Browse files
sisyphusmauke
andauthored
Update win32/configure/have_stdckdint.c
Co-authored-by: Lukas Mai <[email protected]>
1 parent bc572e8 commit 91981bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32/configure/have_stdckdint.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ static int func_ll(long long *resultptr, long long a, long long b) {
2222
ckd_mul(resultptr, a, b)) ? 1 : 0;
2323
}
2424

25-
int main(int argc, char **argv) {
25+
int main(void) {
2626
long lresult_1, lresult_2;
2727
long long llresult_1, llresult_2;
2828
int ret, lret_1, lret_2, llret_1, llret_2;

0 commit comments

Comments
 (0)