ports/comms/linrad/files/patch-eme.c
Diane Bruce 370297f9fb comms/linrad: Update to work with newer base compiler
Latest compiler is pickier about functions without prototypes
remove unused variable
2023-02-22 10:16:33 -05:00

11 lines
195 B
C

--- eme.c.orig 2023-02-21 23:04:27 UTC
+++ eme.c
@@ -1543,7 +1543,7 @@ return (x-(int)(x))*2*PI_L;
}
-void calculate_moon_data()
+void calculate_moon_data(void)
{
char s[80];
int k, day;