wmmenu: Fix -Wsign-compare compiler warning.
commit2167b4c3545367fbaa2c782fed34706d81f3b00b
authorDoug Torrance <dtorrance@monmouthcollege.edu>
Sat, 24 Jan 2015 18:05:43 +0000 (24 12:05 -0600)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 24 Jan 2015 18:40:48 +0000 (24 18:40 +0000)
treedb72b431d3605f3ea59ce9ef5c942d8173251baf
parent28ea752c44f437115db8c0c3747adf8c65716da0
wmmenu: Fix -Wsign-compare compiler warning.

Use size_t instead of int since comparing with sizeof.
wmmenu/utils.c