[Xfce4-commits] [panel-plugins/xfce4-weather-plugin] 03/05: Fix variable name for get_astro_data_for_day in header file.

noreply at xfce.org noreply at xfce.org
Thu Oct 23 13:19:27 CEST 2014


This is an automated email from the git hooks/post-receive script.

hjudt pushed a commit to branch master
in repository panel-plugins/xfce4-weather-plugin.

commit 1b3d01948d2d09a09d811976e694259c0d0fdb63
Author: Harald Judt <h.judt at gmx.at>
Date:   Wed Oct 22 22:09:43 2014 +0200

    Fix variable name for get_astro_data_for_day in header file.
---
 panel-plugin/weather-data.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/weather-data.h b/panel-plugin/weather-data.h
index ed837ae..f468d26 100644
--- a/panel-plugin/weather-data.h
+++ b/panel-plugin/weather-data.h
@@ -155,7 +155,7 @@ time_t day_at_midnight(time_t day_t,
                        const gint add_days);
 
 xml_astro *get_astro_data_for_day(const GArray *astrodata,
-                                  const gint day_t);
+                                  const gint day);
 
 GArray *get_point_data_for_day(xml_weather *wd,
                                const gint day);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list