[Xfce4-commits] <xfwm4:master> Missing return statement
Olivier Fourdan
noreply at xfce.org
Tue Mar 16 17:30:02 CET 2010
Updating branch refs/heads/master
to 1e543b7b3439298e4ae34242983d5eeb5ee409ff (commit)
from e6bdc3b1589a80804aef78c737b0614f1912ed7e (commit)
commit 1e543b7b3439298e4ae34242983d5eeb5ee409ff
Author: Olivier Fourdan <fourdan at xfce.org>
Date: Tue Mar 16 17:27:53 2010 +0100
Missing return statement
src/icons.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/icons.c b/src/icons.c
index cfe31e7..364f8f4 100644
--- a/src/icons.c
+++ b/src/icons.c
@@ -560,5 +560,5 @@ getAppIcon (DisplayInfo *display_info, Window window, int width, int height)
}
}
- inline_icon_at_size (default_icon_data, width, height);
+ return inline_icon_at_size (default_icon_data, width, height);
}
More information about the Xfce4-commits
mailing list