Skip to content

Commit cbd125e

Browse files
authored
Update sfc.c
Get rid of an extra "}" that got left in when the file was edited.
1 parent f4df609 commit cbd125e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ref/sfc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ void sfc_sort(int div, int fact)
163163
// if extra is 0 we have a divider (the beginning of the next bin)
164164
if (!extra[j])
165165
divider[j] = p8[num_refine]*(divider[j]+1);
166-
} else {
166+
else {
167167
for (i = 0; i < max_active_dot; i++)
168168
if (spots[i].number >= 0)
169169
if (spots[i].num_prime/p8[num_refine] == divider[j])

0 commit comments

Comments
 (0)