mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 20:39:18 -04:00
11 lines
195 B
C
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;
|