summaryrefslogtreecommitdiff
path: root/tools/checkwps/checkwps.h
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2009-07-20 17:30:33 +0000
committerDave Chapman <dave@dchapman.com>2009-07-20 17:30:33 +0000
commit4c41a2d42897270d4103390f8056f7cc70dc52da (patch)
tree819a0a71328245ef2ef2a10a332c3c75fdc86d27 /tools/checkwps/checkwps.h
parentc46669a230ccea798396a60f1fd78fc1156f2464 (diff)
downloadrockbox-4c41a2d42897270d4103390f8056f7cc70dc52da.tar.gz
rockbox-4c41a2d42897270d4103390f8056f7cc70dc52da.zip
Add quotes around the name of any missing tools (patch, make etc) to help clarify the error message
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21983 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/checkwps/checkwps.h')
-rw-r--r--tools/checkwps/checkwps.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/checkwps/checkwps.h b/tools/checkwps/checkwps.h
index 2ba8f5f59e..83ac8e8086 100644
--- a/tools/checkwps/checkwps.h
+++ b/tools/checkwps/checkwps.h
@@ -26,7 +26,6 @@
26#include <stdbool.h> 26#include <stdbool.h>
27#include <fcntl.h> 27#include <fcntl.h>
28 28
29/* subset of global_settings needed to build checkwps. */
30struct user_settings { 29struct user_settings {
31 bool statusbar; 30 bool statusbar;
32 int bg_color; /* background color native format */ 31 int bg_color; /* background color native format */