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

commit 5f81bc430f45981cddebb29fe00932a34edc1aab
Author: Harald Judt <[email protected]>
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)
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to