Skip to content
Snippets Groups Projects
Commit 1e543b7b authored by Olivier Fourdan's avatar Olivier Fourdan :tools:
Browse files

Missing return statement

parent e6bdc3b1
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment