summaryrefslogtreecommitdiff
path: root/tools/checkwps
diff options
context:
space:
mode:
Diffstat (limited to 'tools/checkwps')
-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 93487bcd89..d72938b6c1 100644
--- a/tools/checkwps/checkwps.c
+++ b/tools/checkwps/checkwps.c
@@ -358,7 +358,7 @@ int main(int argc, char **argv)
358 } 358 }
359#endif 359#endif
360 360
361 res = skin_data_load(&wps, wps_screen, argv[filearg], true); 361 res = skin_data_load(&wps, argv[filearg], true);
362 362
363 if (!res) { 363 if (!res) {
364 printf("WPS parsing failure\n"); 364 printf("WPS parsing failure\n");