summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-08-21 19:31:37 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-08-21 19:31:37 +0000
commita40c87be4706588463f6a066653faa5da7972783 (patch)
tree2bd02e0cc01ba36685d227da61cbc69fd6e01175
parent8741cd4ebda2b810cf127d6c43726df9fc483acc (diff)
downloadrockbox-a40c87be4706588463f6a066653faa5da7972783.tar.gz
rockbox-a40c87be4706588463f6a066653faa5da7972783.zip
Checkwps: give wps_screen an initial value
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22454 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--tools/checkwps/checkwps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/checkwps/checkwps.c b/tools/checkwps/checkwps.c
index 5789f05e88..74f1941f6c 100644
--- a/tools/checkwps/checkwps.c
+++ b/tools/checkwps/checkwps.c
@@ -431,7 +431,7 @@ int main(int argc, char **argv)
431 int filearg = 1; 431 int filearg = 1;
432 432
433 struct wps_data wps; 433 struct wps_data wps;
434 struct screen* wps_screen; 434 struct screen* wps_screen = &screens[SCREEN_MAIN];
435 435
436 /* No arguments -> print the help text 436 /* No arguments -> print the help text
437 * Also print the help text upon -h or --help */ 437 * Also print the help text upon -h or --help */