checkwps: properly zero the wps struct to avoid interesting issues

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28308 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2010-10-18 21:46:51 +00:00
parent b88efd11c2
commit f1fd60288f

View file

@ -236,7 +236,7 @@ int main(int argc, char **argv)
int res;
int filearg = 1;
struct wps_data wps;
struct wps_data wps={0};
enum screen_type screen = SCREEN_MAIN;
struct screen* wps_screen;