forked from len0rd/rockbox
Checkwps: give wps_screen an initial value
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22454 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8741cd4ebd
commit
a40c87be47
1 changed files with 1 additions and 1 deletions
|
|
@ -431,7 +431,7 @@ int main(int argc, char **argv)
|
||||||
int filearg = 1;
|
int filearg = 1;
|
||||||
|
|
||||||
struct wps_data wps;
|
struct wps_data wps;
|
||||||
struct screen* wps_screen;
|
struct screen* wps_screen = &screens[SCREEN_MAIN];
|
||||||
|
|
||||||
/* No arguments -> print the help text
|
/* No arguments -> print the help text
|
||||||
* Also print the help text upon -h or --help */
|
* Also print the help text upon -h or --help */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue