summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/checkwps/checkwps.h1
-rwxr-xr-xtools/rockboxdev.sh4
2 files changed, 2 insertions, 3 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 */
diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh
index 4ceb4c6307..3257d524ec 100755
--- a/tools/rockboxdev.sh
+++ b/tools/rockboxdev.sh
@@ -95,8 +95,8 @@ getfile() {
95for t in $reqtools; do 95for t in $reqtools; do
96 tool=`findtool $t` 96 tool=`findtool $t`
97 if test -z "$tool"; then 97 if test -z "$tool"; then
98 echo "ROCKBOXDEV: $t is required for this script to work." 98 echo "ROCKBOXDEV: \"$t\" is required for this script to work."
99 echo "ROCKBOXDEV: Please install $t and re-run the script." 99 echo "ROCKBOXDEV: Please install \"$t\" and re-run the script."
100 exit 100 exit
101 fi 101 fi
102done 102done