summaryrefslogtreecommitdiff
path: root/libmateweather/test_sun_moon.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmateweather/test_sun_moon.c')
-rw-r--r--libmateweather/test_sun_moon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmateweather/test_sun_moon.c b/libmateweather/test_sun_moon.c
index abcded7..9107b5f 100644
--- a/libmateweather/test_sun_moon.c
+++ b/libmateweather/test_sun_moon.c
@@ -27,7 +27,7 @@ main (int argc, char **argv)
"observer's longitude in degrees east", NULL },
{ "time", 0, 0, G_OPTION_ARG_STRING, &gtime,
"time in seconds from Unix epoch", NULL },
- { NULL }
+ { NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL }
};
memset(&location, 0, sizeof(WeatherLocation));