Skip to content

Commit 15b2306

Browse files
committed
Unify explicit 32-bit integer types
1 parent a0fbc41 commit 15b2306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ int32_t inv_mod(int32_t a, int32_t m)
135135
}
136136

137137
/* Increment n until it is prime */
138-
int next_prime(int32_t n)
138+
int32_t next_prime(int32_t n)
139139
{
140140
n++;
141141

0 commit comments

Comments
 (0)