Skip to content

Commit 8e48fae

Browse files
committed
Ooops, missing semicolon
1 parent de008e6 commit 8e48fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/novas.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1561,7 +1561,7 @@ short gcrs2equ(double jd_tt, enum novas_equator_type coord_sys, enum novas_accur
15611561
}
15621562
}
15631563
else {
1564-
double x[3], y[3], z[3]
1564+
double x[3], y[3], z[3];
15651565

15661566
// Obtain the basis vectors, in the GCRS, of the celestial intermediate
15671567
// system.

0 commit comments

Comments
 (0)