Skip to content

Commit 7f43bf3

Browse files
authored
Merge pull request #4760 from seanm/extra-semi
Fixed all clang -Wextra-semi-stmt warnings
2 parents 324ed21 + c32826a commit 7f43bf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tests/geodsigntest.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ int main(void) {
291291
}
292292
if (i) {
293293
printf("Line %d: inverse nearly antipodal points on equator fail\n",
294-
__LINE__);;
294+
__LINE__);
295295
++n;
296296
}
297297
}

0 commit comments

Comments
 (0)