[Xfce4-commits] <xfce4-weather-plugin:master> Fix compiler warning in weather.c.

Harald Judt noreply at xfce.org
Sun Aug 19 10:22:03 CEST 2012


Updating branch refs/heads/master
         to 5f81bc430f45981cddebb29fe00932a34edc1aab (commit)
       from d501c00c5c09b7d1a2ae58afd218bca77c193fff (commit)

commit 5f81bc430f45981cddebb29fe00932a34edc1aab
Author: Harald Judt <h.judt at gmx.at>
Date:   Sun Aug 19 10:15:51 2012 +0200

    Fix compiler warning in weather.c.

 panel-plugin/weather.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/panel-plugin/weather.c b/panel-plugin/weather.c
index da5f5c7..21242b8 100644
--- a/panel-plugin/weather.c
+++ b/panel-plugin/weather.c
@@ -1292,4 +1292,4 @@ weather_construct(XfcePanelPlugin *plugin)
     update_weatherdata(data);
 }
 
-XFCE_PANEL_PLUGIN_REGISTER(weather_construct);
+XFCE_PANEL_PLUGIN_REGISTER(weather_construct)


More information about the Xfce4-commits mailing list