Commit e4341e19 authored by Dominique Leuenberger's avatar Dominique Leuenberger Committed by Rémi Duraffort

Actually return the number of static entries as stated in the function header.

Fixes E: vlc-beta no-return-in-nonvoid-function menus.cpp:140
Signed-off-by: default avatarRémi Duraffort <ivoire@videolan.org>
parent 8cef977d
......@@ -137,6 +137,7 @@ int DeleteNonStaticEntries( QMenu *menu )
else
i_ret++;
}
return i_ret;
}
/***
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment